mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 01:36:47 +00: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