From 107eb72cf76504f961870f6a33843b7c6e06d1f8 Mon Sep 17 00:00:00 2001 From: Siri Chandana Date: Wed, 20 May 2026 02:14:51 +0530 Subject: [PATCH] fix: resolve dashboard crash caused by syntax error in projects.js --- web-app/js/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/js/projects.js b/web-app/js/projects.js index 8028753..792e0e8 100644 --- a/web-app/js/projects.js +++ b/web-app/js/projects.js @@ -3841,7 +3841,7 @@ function initializeProject(projectName) { initializers[projectName](); } } -} + //Removed Redundant game and project Logics and seperated them to different individual files located at (web-app/js/projects/)