-1
apps/api/src/xrpc/blue.recipes.feed.getRecipe.ts
-1
apps/api/src/xrpc/blue.recipes.feed.getRecipe.ts
···
7
7
import { recipeTable } from '@cookware/database/schema';
8
8
import { isLegacyBlob } from '@atcute/lexicons/interfaces';
9
9
import { RedisClient } from 'bun';
10
-
import { buildCdnUrl } from '../util/cdn.js';
11
10
12
11
const invalidUriError = (uri: string) => new XRPCError({
13
12
status: 400,