Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Feb 5, 2024
1 parent 90ef9a5 commit 47dd02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
property="og:image"
content="https://cdn.cocreate.app/docs/socket-client.png" />

<!-- CoCreate CSS -->
<link
rel="stylesheet"
href="https://cdn.cocreate.app/latest/CoCreate.min.css"
type="text/css" />
<link
rel="stylesheet"
href="../index.css"
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@
isAwait = true

delete data.status
let test = JSON.stringify(data)

socket.send(JSON.stringify(data));
data.status = "sent"
} else if (!data.status) {
Expand Down

0 comments on commit 47dd02a

Please sign in to comment.