fix: missing payload
This commit is contained in:
parent
fdc7055b76
commit
2a145c2f8c
|
|
@ -196,6 +196,6 @@ impl Client {
|
|||
.send()
|
||||
.await?;
|
||||
|
||||
AppResponse::<()>::from_response(resp).await?.into_data()
|
||||
AppResponse::<()>::from_response(resp).await?.into_error()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue