mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Run Linter
This commit is contained in:
parent
ec44b1f272
commit
bc85d04bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -2294,7 +2294,7 @@ App::delete('/v1/users/identities/:identityId')
|
|||
code: Response::STATUS_CODE_NOCONTENT,
|
||||
model: Response::MODEL_NONE,
|
||||
)
|
||||
],
|
||||
],
|
||||
responseType: ResponseType::NONE,
|
||||
))
|
||||
->param('identityId', '', new UID(), 'Identity ID.')
|
||||
|
|
|
|||
Loading…
Reference in a new issue