@@ -225,7 +225,7 @@ export class StufflogClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
console.warn("AUTH SKIPPED, remember to change back in prod!")
|
console.warn("AUTH SKIPPED, remember to change back in prod!")
|
||||||
req.headers["Authorization"] = `Bearer ${await getJwt()}`;
|
req.headers["Authorization"] = await getJwt();
|
||||||
|
|
||||||
const res = await fetch(fullPath, req);
|
const res = await fetch(fullPath, req);
|
||||||
if (!res.ok) {
|
if (!res.ok) {
|
||||||
|
|||||||
Reference in New Issue
Block a user