From 827a59e95884f093104e34615f7b464653c76ff4 Mon Sep 17 00:00:00 2001 From: Casey Date: Thu, 15 May 2025 14:13:34 +0300 Subject: [PATCH] Removed the comment that is no longer true --- src/lib/pdsfetch.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, };