mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 17:54:23 +01:00
sync
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user