From 023e2220291ffe1f427ed8057ea49d930bfd94c6 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:48:38 -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 d7e27db9ac..44ca9c2ba2 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());