mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix semi-colons
This commit is contained in:
@@ -724,8 +724,8 @@ App::delete('/v1/users/:userId')
|
||||
|
||||
$user
|
||||
->setAttribute("name", null)
|
||||
->setAttribute("email", null);
|
||||
->setAttribute("password", null);
|
||||
->setAttribute("email", null)
|
||||
->setAttribute("password", null)
|
||||
->setAttribute("deleted", true)
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user