fix ci.
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-31 19:02:12 +01:00
parent 5c0ecea506
commit 00a9ffc962
+1 -1
View File
@@ -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) {