Remove unnecessary success property on suspend_current_swap response

This commit is contained in:
binarybaron 2023-09-21 16:15:36 +02:00
parent bd2aef796d
commit 3c39a34a6e

View file

@ -181,7 +181,6 @@ impl Request {
context.swap_lock.send_suspend_signal().await?;
Ok(json!({
"success": true,
"swapId": swap_id.unwrap()
}))
} else {