mirror of
https://github.com/appwrite/appwrite
synced 2026-05-12 11:39:10 +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', []);
|
||||
var_dump([
|
||||
'location' => 'account::prefs',
|
||||
'$user' => $user,
|
||||
'$prefs' => $prefs,
|
||||
]);
|
||||
$response->dynamic(new Document($prefs), Response::MODEL_PREFERENCES);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue