Skip to content

Commit

Permalink
✏️(frontend) minor typo detected on webstorm
Browse files Browse the repository at this point in the history
No big deal, just a little nit-pick. Nothing personal!
My IDE is THE nit-picker.
  • Loading branch information
lebaudantoine committed Jul 17, 2024
1 parent 2610bd5 commit 0eb1b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/features/auth/api/fetchUser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fetchApi } from '@/api/fetchApi'
import { type ApiUser } from './ApiUser'

/**
* fetch the logged in user from the api.
* fetch the logged-in user from the api.
*
* If the user is not logged in, the api returns a 401 error.
* Here our wrapper just returns false in that case, without triggering an error:
Expand Down

0 comments on commit 0eb1b8f

Please sign in to comment.