fix: Adjusting

This commit is contained in:
Binyamin Yawitz
2024-07-17 15:48:44 -04:00
parent 023e222029
commit bbdd886a6c
+1 -1
View File
@@ -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());