[🙅] Remove fallback that's no longer valid (#4353)

* Remove fallback that's no longer valid

* Update test
This commit is contained in:
Eric Bailey
2024-06-04 13:36:07 -05:00
committed by GitHub
parent a49fe13223
commit 551af88f22
2 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ export function agentToSessionAccount(
accessJwt: agent.session.accessJwt,
signupQueued: isSignupQueued(agent.session.accessJwt),
// @ts-expect-error TODO remove when backend is ready
status: agent.session.status || 'active',
status: agent.session.status,
pdsUrl: agent.pdsUrl?.toString(),
}
}