✏️(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:
lebaudantoine
2024-07-17 16:19:15 +02:00
committed by aleb_the_flash
parent 3718851435
commit 1c046abf5f

View File

@@ -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: