Fix StyleCI issues #2

This commit is contained in:
Matthew Penner 2020-04-04 16:25:41 -06:00
parent 142bf16aae
commit 5c7c1f60cf

View file

@ -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);
}