fix: missing payload

This commit is contained in:
Zack Fu Zi Xiang 2024-07-15 11:37:56 +08:00
parent fdc7055b76
commit 2a145c2f8c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -196,6 +196,6 @@ impl Client {
.send()
.await?;
AppResponse::<()>::from_response(resp).await?.into_data()
AppResponse::<()>::from_response(resp).await?.into_error()
}
}