[🙅] 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 30 deletions

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(),
}
}