Skip to content

Commit

Permalink
feat: update JSDoc with return doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamshankhadeep committed May 7, 2021
1 parent 463888e commit 0c5e53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GoTrueClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ export default class GoTrueClient {
}

/**
* Sets the session data from refresh_token
* @param refresh_token a jwt token
* Sets the session data from refresh_token and returns current Session and Error
* @param refresh_token a JWT token
*/
async setSession(
refresh_token: string
Expand Down

0 comments on commit 0c5e53b

Please sign in to comment.