✏️(frontend) minor typo detected on webstorm
No big deal, just a little nit-pick. Nothing personal! My IDE is THE nit-picker.
This commit is contained in:
committed by
aleb_the_flash
parent
3718851435
commit
1c046abf5f
@@ -3,7 +3,7 @@ import { fetchApi } from '@/api/fetchApi'
|
|||||||
import { type ApiUser } from './ApiUser'
|
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.
|
* 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:
|
* Here our wrapper just returns false in that case, without triggering an error:
|
||||||
|
|||||||
Reference in New Issue
Block a user