tweak comment

This commit is contained in:
Hailey
2025-07-22 12:18:04 -07:00
parent 534e944b8a
commit e59dc26087
+1 -2
View File
@@ -63,9 +63,8 @@ export async function oauthAgentAndSessionToSessionAccount(
}
export class OauthBskyAppAgent extends Agent {
// this is a field available in AtpAgent, so we'll add it here
// these are fields available in AtpAgent, so we'll add them here for backwards compat
session?: AtpSessionData
// this exists on the old agent, so we will add it here for backwards compat
dispatchUrl?: string
#oauthSession: OAuthSession