A personal website powered by Astro and ATProto

linter fix

+1 -1
+1 -1
src/lib/atproto/blob-url.ts
··· 23 24 export function didFromConfig(): string { 25 const cfg = loadConfig() 26 - return cfg.atproto.did 27 } 28 29
··· 23 24 export function didFromConfig(): string { 25 const cfg = loadConfig() 26 + return cfg.atproto.did || '' 27 } 28 29