Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Mar 12, 2024
1 parent cbf9f22 commit 8b7e63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Session/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function hasStashedSession(): boolean {
}

/**
* Checks if the user is authenticated
* Checks if the user has authToken
*/
function hasAuthToken(): boolean {
return !!session.authToken;
Expand Down

0 comments on commit 8b7e63b

Please sign in to comment.