mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix: Adjusting
This commit is contained in:
parent
8d66536e7f
commit
023e222029
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue