Skip to content

Commit

Permalink
backend
Browse files Browse the repository at this point in the history
  • Loading branch information
udayaKavinda committed Jan 27, 2024
1 parent 443d394 commit 4af2f33
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ io.on("connection",(socket)=>{
console.log(e);
}
});
socket.on('communityGameAcceptorWithdrawReply', async () => {
try {
console.log("fuck");
} catch (e) {
console.log(e);
}
});

//login screen
socket.on('login', async ({email,password}) => {
Expand Down

0 comments on commit 4af2f33

Please sign in to comment.