My landing page, written in Astro hayden.moe
0
fork

Configure Feed

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

fix: oops, remove console.log

-2
-2
src/atproto/getPost.ts
··· 7 7 export const getPost = async (ctx: AppLoadContext, rkey: string, skipCache?: boolean) => { 8 8 const cachedRes = await getCachedPost(ctx, rkey); 9 9 if (!skipCache && cachedRes) { 10 - console.log('cache hit!'); 11 10 return cachedRes; 12 11 } 13 - console.log('cache not hit!'); 14 12 15 13 const repo = ctx.cloudflare.env.ATP_IDENTIFIER; 16 14 const res = await atpAgent(ctx).com.atproto.repo.getRecord({