From 960af799a171a266524484050cd42b664802d835 Mon Sep 17 00:00:00 2001 From: vincentastolfi Date: Wed, 17 Apr 2024 19:48:37 +0200 Subject: [PATCH] :green_heart: CI test --- public/scripts/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/scripts/index.js b/public/scripts/index.js index 83cbf6c..8197b01 100644 --- a/public/scripts/index.js +++ b/public/scripts/index.js @@ -4,6 +4,7 @@ export const socket = io(); function startConnection() { socket.emit("first connection", socket.id, (response) => { + console.log(response); drawGrid(response.player); selectPiece(response.player);