mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-09 19:52:44 +00:00
sync
This commit is contained in:
parent
5c491758f5
commit
a2d652b13d
1 changed files with 2 additions and 4 deletions
|
|
@ -20,11 +20,9 @@ export namespace Share {
|
|||
sessionID: sessionID,
|
||||
shareID: session.shareID,
|
||||
key: payload.properties.key,
|
||||
content: payload.properties.content,
|
||||
content: JSON.stringify(payload.properties.content),
|
||||
}),
|
||||
})
|
||||
.then((x) => x.text())
|
||||
.then(console.log);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue