mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 09:44:21 +01:00
sync
This commit is contained in:
@@ -20,11 +20,9 @@ export namespace Share {
|
|||||||
sessionID: sessionID,
|
sessionID: sessionID,
|
||||||
shareID: session.shareID,
|
shareID: session.shareID,
|
||||||
key: payload.properties.key,
|
key: payload.properties.key,
|
||||||
content: payload.properties.content,
|
content: JSON.stringify(payload.properties.content),
|
||||||
}),
|
}),
|
||||||
})
|
});
|
||||||
.then((x) => x.text())
|
|
||||||
.then(console.log);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user