1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

Update app/executor.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Bradley Schofield 2022-01-31 10:47:04 +00:00 committed by GitHub
parent 663ce27db4
commit 30a567058a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -965,9 +965,9 @@ App::delete('/v1/functions/:functionId')
// If amount is 0 then we simply return true // If amount is 0 then we simply return true
if (count($results) === 0) { if (count($results) === 0) {
return $response $response
->setStatusCode(Response::STATUS_CODE_OK) ->setStatusCode(Response::STATUS_CODE_OK)
->json(['success' => true]); ->send();
} }
// Delete the containers of all deployments // Delete the containers of all deployments