Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jul 20, 2023
1 parent d4431e8 commit ed66d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const [users, getUsers, { loading, error, uploadProgress, downloadProgress, abor
// Do request before
},
onTransform(response, refs) {
// Handle data transform
// Handle data transform, The transformed data will be the value of users.
return response.data
},
onSuccess(response, refs) {
Expand Down

0 comments on commit ed66d7c

Please sign in to comment.