mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
fix: Adjusting
This commit is contained in:
parent
023e222029
commit
bbdd886a6c
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