atproto explorer
0
fork

Configure Feed

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

fix type error

Juliet 9625143c 71eba81b

+1 -1
+1 -1
src/views/repo.tsx
··· 32 32 const pds = await resolvePDS(did); 33 33 rpc = new XRPC({ handler: new CredentialManager({ service: pds }) }); 34 34 const res = await describeRepo(did); 35 - setDidDoc(didDocCache[did]); 35 + setDidDoc(didDocCache[did] as DidDocument); 36 36 if (localStorage.backlinks === "true") { 37 37 try { 38 38 const backlinks = await getAllBacklinks(did);