diff --git a/src/lib/pdsfetch.ts b/src/lib/pdsfetch.ts index 6caca73..d57aff4 100644 --- a/src/lib/pdsfetch.ts +++ b/src/lib/pdsfetch.ts @@ -132,10 +132,9 @@ const getDidsFromPDS = async (): Promise => { const getAccountMetadata = async ( did: `did:${string}:${string}`, ) => { - // gonna assume self exists in the app.bsky.actor.profile const account: AccountMetadata = { did: did, - handle: "", + handle: "", // Guaranteed to be filled out later displayName: "", avatarCid: null, };