this repo has no description
atproto bluesky typescript express

uh yeah

+2 -1
+2 -1
src/lib/theme.ts
··· 49 49 return `data:${mimetype};base64,${base64}`; 50 50 } 51 51 52 - export async function loadTheme(agent: AtpAgent, did: did) { 52 + // this code is incomplete 53 + export async function loadTheme(agent: AtpAgent, did: string) { 53 54 const theme = await getTheme(agent, did); 54 55 const cid = (theme as any).value?.background?.ref?.$link; 55 56 let bg = null;