refactor: change portals to portal_sessions
This commit is contained in:
parent
d10abaf31d
commit
1e22782223
|
@ -79,7 +79,7 @@ export function getPortalSessions() {
|
|||
return undefined;
|
||||
}
|
||||
|
||||
let portalSessionsData = globalThis.localStorage.getItem("portals");
|
||||
let portalSessionsData = globalThis.localStorage.getItem("portal_sessions");
|
||||
let portalSessions: PortalSessionsStore = {};
|
||||
if (portalSessions) {
|
||||
portalSessions = JSON.parse(
|
||||
|
|
Loading…
Reference in New Issue