From bbdd886a6c852c706b43b3f6807c8ab13183f2be Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:48:44 -0400 Subject: [PATCH] fix: Adjusting --- app/init2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init2.php b/app/init2.php index 44ca9c2ba2..d7e27db9ac 100644 --- a/app/init2.php +++ b/app/init2.php @@ -590,7 +590,7 @@ $user if ($project->isEmpty()) { $user = new Document([]); } else { - if ($project->getId() === 'console') { // + if ($project->getId() === 'console') { $user = $dbForConsole->getDocument('users', $authentication->getUnique()); } else { $user = $dbForProject->getDocument('users', $authentication->getUnique());