1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

api(remote): cleanup

This commit is contained in:
Matthew Penner 2022-12-01 11:52:22 -07:00
parent 3c278a8c51
commit 6272bb6710
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ class ServerTransferController extends Controller
throw new ConflictHttpException('Server is not being transferred.');
}
return $this->processFailedTransfer($server->transfer);
return $this->processFailedTransfer($transfer);
}
/**