Skip to content

Commit ee68c03

Browse files
committed
Fix linter
1 parent d0888c6 commit ee68c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/e2e/tests/backend/backend-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const backendContext = new Context<BackendContext, Partial<BackendContext
3030
},
3131
);
3232

33-
const jwks = await jose.createRemoteJWKSet(new URL("/.well-known/jwks.json", STACK_BACKEND_BASE_URL));
33+
const jwks = jose.createRemoteJWKSet(new URL("/.well-known/jwks.json", STACK_BACKEND_BASE_URL));
3434

3535
export type ProjectKeys = "no-project" | {
3636
projectId: string,

0 commit comments

Comments
 (0)