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 132 const getAccountMetadata = async ( 133 133 did: `did:${string}:${string}`, 134 134 ) => { 135 - // gonna assume self exists in the app.bsky.actor.profile 136 135 const account: AccountMetadata = { 137 136 did: did, 138 - handle: "", 137 + handle: "", // Guaranteed to be filled out later 139 138 displayName: "", 140 139 avatarCid: null, 141 140 };