Removed the comment that is no longer true
This commit is contained in:
parent
2ffb5d7b28
commit
827a59e958
1 changed files with 1 additions and 2 deletions
|
@ -132,10 +132,9 @@ const getDidsFromPDS = async (): Promise<At.Did[]> => {
|
|||
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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue