api(remote): cleanup
This commit is contained in:
parent
3c278a8c51
commit
6272bb6710
|
@ -39,7 +39,7 @@ class ServerTransferController extends Controller
|
||||||
throw new ConflictHttpException('Server is not being transferred.');
|
throw new ConflictHttpException('Server is not being transferred.');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->processFailedTransfer($server->transfer);
|
return $this->processFailedTransfer($transfer);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue