this repo has no description

Removed the comment that is no longer true

Casey 827a59e9 2ffb5d7b

Changed files
+1 -2
src
+1 -2
src/lib/pdsfetch.ts
··· 132 const getAccountMetadata = async ( 133 did: `did:${string}:${string}`, 134 ) => { 135 - // gonna assume self exists in the app.bsky.actor.profile 136 const account: AccountMetadata = { 137 did: did, 138 - handle: "", 139 displayName: "", 140 avatarCid: null, 141 };
··· 132 const getAccountMetadata = async ( 133 did: `did:${string}:${string}`, 134 ) => { 135 const account: AccountMetadata = { 136 did: did, 137 + handle: "", // Guaranteed to be filled out later 138 displayName: "", 139 avatarCid: null, 140 };