very smoll tiny fix to be consistent
This commit is contained in:
parent
29e5de8424
commit
b7c2211d32
@ -148,7 +148,7 @@ async fn handle_update_vm_requests(
|
||||
while let Some(update_vm) = req.recv().await {
|
||||
let confirmation = UpdateVmResp {
|
||||
uuid: update_vm.uuid,
|
||||
error: "No errors yet".to_string(),
|
||||
error: "".to_string(),
|
||||
};
|
||||
info!("Sending UpdateVmResp: {confirmation:?}");
|
||||
let _ = resp.send(confirmation).await;
|
||||
|
Loading…
Reference in New Issue
Block a user