We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c08bb commit 53f73c6Copy full SHA for 53f73c6
src/app/extractor.js
@@ -15,7 +15,7 @@ import { snakeCase } from 'snake-case';
15
const fetchUser = async (userID) => {
16
const res = await axios(`https://diswho.androz2091.fr/user/${userID}`, {
17
headers: {
18
- 'Authorization': `Bearer ${localStorage.getItem('diswhoJwt')}`
+ Authorization: `Bearer ${localStorage.getItem('diswhoJwt')}`
19
}
20
}).catch(() => {});
21
if (!res || !res.data) return {
0 commit comments