[🙅] Remove fallback that's no longer valid (#4353)
* Remove fallback that's no longer valid * Update test
This commit is contained in:
parent
a49fe13223
commit
551af88f22
2 changed files with 30 additions and 30 deletions
|
|
@ -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(),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue