if it’s 'FILE_NOT_FOUND'
then the string will be read as truthy and you will get 'User is admin'
logged.
foxglove (she/her)
- 0 Posts
- 2 Comments
Joined 3 months ago
Cake day: May 14th, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
yeah, it’s funny how my brain collapsed the boolean check into
if (role)
rather thanif (role === true)
- that’s trickywhat is
FILE_NOT_FOUND
? I can’t find much on it …