room
main
let updates: Update[] = [];
let doc = Text.of(['']);
const liveClients: WebSocket[] = [];
let doc = Text.of(["foo"]);
Each room should use a different document.
clientID: update.clientID,
changes: update.changes.toJSON(),
})),
);
This code is too much indented.
it was good 😄 you are wrong
})
/* Route pour créer une room */
fastify.get(
-fastify.get( +fastify.post(
Nice work!
85e5d9257e
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
let updates: Update[] = [];
let doc = Text.of(['']);
const liveClients: WebSocket[] = [];
let doc = Text.of(["foo"]);
Each room should use a different document.
clientID: update.clientID,
changes: update.changes.toJSON(),
})),
);
This code is too much indented.
it was good 😄 you are wrong
})
/* Route pour créer une room */
fastify.get(
Nice work!
85e5d9257e
into main 11 months agoReviewers
85e5d9257e
.