Skip to content

Commit

Permalink
fix testing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dickeyy committed Jun 2, 2024
1 parent e802a34 commit 9a26c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api/src/routes/documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ docs.ws("/ws", {
if (message === "update content") {
if (data.content_to_save) {
const doc = await updateDocumentByID(data.doc_id, data.content_to_save);
console.log(doc);
if (!doc) {
ws.send({
message: "error"
Expand Down

0 comments on commit 9a26c5b

Please sign in to comment.