mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
sync
This commit is contained in:
parent
3a28ce9b0a
commit
2e2bdd46b4
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ export class SyncServer extends DurableObject {
|
|||
ws.close(code, "Durable Object is closing WebSocket")
|
||||
}
|
||||
|
||||
async publish(key: string, content: string) {
|
||||
async publish(key: string, content: any) {
|
||||
await this.ctx.storage.put(key, content)
|
||||
|
||||
const clients = this.ctx.getWebSockets()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue