The recipes.blue monorepo recipes.blue
recipes appview atproto
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add error catcher

+3
+3
apps/api/src/recipes/index.ts
··· 22 22 return ''; 23 23 }, 24 24 ); 25 + } catch(e) { 26 + if (e instanceof XRPCError) return e.hono(ctx); 27 + throw e; 25 28 } 26 29 27 30 //const agent = await getSessionAgent(ctx);