mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 10:54:46 +02:00
Fix StyleCI issues #2
This commit is contained in:
parent
142bf16aae
commit
5c7c1f60cf
@ -104,6 +104,7 @@ class ServerTransferController extends Controller
|
|||||||
// Unsuspend the server and don't continue the transfer.
|
// Unsuspend the server and don't continue the transfer.
|
||||||
if (! $request->input('successful')) {
|
if (! $request->input('successful')) {
|
||||||
$this->suspensionService->toggle($server, 'unsuspend');
|
$this->suspensionService->toggle($server, 'unsuspend');
|
||||||
|
|
||||||
return JsonResponse::create([], Response::HTTP_NO_CONTENT);
|
return JsonResponse::create([], Response::HTTP_NO_CONTENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user