Fix StyleCI issues #2
This commit is contained in:
parent
142bf16aae
commit
5c7c1f60cf
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class ServerTransferController extends Controller
|
|||
// Unsuspend the server and don't continue the transfer.
|
||||
if (! $request->input('successful')) {
|
||||
$this->suspensionService->toggle($server, 'unsuspend');
|
||||
|
||||
return JsonResponse::create([], Response::HTTP_NO_CONTENT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue