From bc85d04bbc8713b9a93c4a1dfc901e96e1a7d69c Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 14 Jan 2025 18:10:27 +0900 Subject: [PATCH] Run Linter --- app/controllers/api/users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/users.php b/app/controllers/api/users.php index 04d8952d3a..64b7f5dbc8 100644 --- a/app/controllers/api/users.php +++ b/app/controllers/api/users.php @@ -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.')