refactor: change portals to portal_sessions

This commit is contained in:
Derrick Hammer 2023-07-18 16:12:30 -04:00
parent d10abaf31d
commit 1e22782223
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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(