mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
debug
This commit is contained in:
parent
b3db296f13
commit
ff618a0565
1 changed files with 1 additions and 1 deletions
|
|
@ -2682,7 +2682,7 @@ App::get('/v1/account/prefs')
|
||||||
$prefs = $user->getAttribute('prefs', []);
|
$prefs = $user->getAttribute('prefs', []);
|
||||||
var_dump([
|
var_dump([
|
||||||
'location' => 'account::prefs',
|
'location' => 'account::prefs',
|
||||||
'$user' => $user,
|
'$prefs' => $prefs,
|
||||||
]);
|
]);
|
||||||
$response->dynamic(new Document($prefs), Response::MODEL_PREFERENCES);
|
$response->dynamic(new Document($prefs), Response::MODEL_PREFERENCES);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue