mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
debug
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user