Skip to content

Commit 53f73c6

Browse files
committed
🎨 Eslint clean up
1 parent b1c08bb commit 53f73c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/extractor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { snakeCase } from 'snake-case';
1515
const fetchUser = async (userID) => {
1616
const res = await axios(`https://diswho.androz2091.fr/user/${userID}`, {
1717
headers: {
18-
'Authorization': `Bearer ${localStorage.getItem('diswhoJwt')}`
18+
Authorization: `Bearer ${localStorage.getItem('diswhoJwt')}`
1919
}
2020
}).catch(() => {});
2121
if (!res || !res.data) return {

0 commit comments

Comments
 (0)