Skip to content

Commit

Permalink
chore: updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Aug 24, 2023
1 parent da87599 commit 2f4e6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/hooks/useGetAccountStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const useGetAccountStatus = () => {
}, [get_account_status_data?.get_account_status]);

return {
/** The authorize response. */
/** Account status details. */
data: modified_account_status,
...rest,
};
Expand Down

0 comments on commit 2f4e6bf

Please sign in to comment.