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);
}
/**