api(remote): cleanup
This commit is contained in:
parent
3c278a8c51
commit
6272bb6710
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue