fix: fixes issue where some accounts were not correctly loading subscription info (#2361)
This commit is contained in:
@@ -169,9 +169,7 @@ export class SNSessionManager
|
||||
private setSession(session: Session | LegacySession, persist = true): void {
|
||||
this.session = session
|
||||
|
||||
if (session instanceof Session) {
|
||||
this.httpService.setSession(session)
|
||||
}
|
||||
this.httpService.setSession(session)
|
||||
|
||||
this.apiService.setSession(session, persist)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user