+1
-2
src/lib/pdsfetch.ts
+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
};