Skip to content

Commit

Permalink
upd jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Feb 4, 2025
1 parent c1106ad commit 2a29f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/user/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function refreshTokens(refreshToken) {
/**
* Get current user
*
* @returns {Promise<User>}
* @returns {Promise<APIResponse<{ me: User }>>}
*/
export async function fetchCurrentUser() {
return await api.call(QUERY_CURRENT_USER, {}, undefined, { allowErrors: true });
Expand Down

0 comments on commit 2a29f8a

Please sign in to comment.