This commit is contained in:
Dax Raad
2025-05-26 18:06:41 -04:00
parent 66b18959eb
commit f26873f5de
2 changed files with 34 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ export namespace Session {
if (!shareID) return;
session.shareID = shareID;
await update(session);
return shareID;
return shareID as string;
}
export async function update(session: Info) {