Skip to content

Commit 5c7c1f6

Browse files
committed
Fix StyleCI issues pterodactyl#2
1 parent 142bf16 commit 5c7c1f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Api/Remote/Servers/ServerTransferController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ public function archive(Request $request, string $uuid)
104104
// Unsuspend the server and don't continue the transfer.
105105
if (! $request->input('successful')) {
106106
$this->suspensionService->toggle($server, 'unsuspend');
107+
107108
return JsonResponse::create([], Response::HTTP_NO_CONTENT);
108109
}
109110

0 commit comments

Comments
 (0)