@ -225,7 +225,7 @@ export class StufflogClient {
}
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);
if (!res.ok) {