Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
codergautam committed Jul 12, 2022
1 parent 762a9de commit 5f053cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ app.get("/teams", (req, res) => {
})

io.on("connection", async (socket) => {
console.log("fghfggh")
socket.on("go", (name, team, mouseMove, thetoken) => {
if(!name || typeof name != "string") return;
name = name.trim();
Expand Down

0 comments on commit 5f053cd

Please sign in to comment.