Skip to content

Commit 41ef1a2

Browse files
feat: update JSDoc with return doc
1 parent 629706d commit 41ef1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/auth-js/src/GoTrueClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,8 @@ export default class GoTrueClient {
252252
}
253253

254254
/**
255-
* Sets the session data from refresh_token
256-
* @param refresh_token a jwt token
255+
* Sets the session data from refresh_token and returns current Session and Error
256+
* @param refresh_token a JWT token
257257
*/
258258
async setSession(
259259
refresh_token: string

0 commit comments

Comments
 (0)