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 d0888c6 commit ee68c03Copy full SHA for ee68c03
apps/e2e/tests/backend/backend-helpers.ts
@@ -30,7 +30,7 @@ export const backendContext = new Context<BackendContext, Partial<BackendContext
30
},
31
);
32
33
-const jwks = await jose.createRemoteJWKSet(new URL("/.well-known/jwks.json", STACK_BACKEND_BASE_URL));
+const jwks = jose.createRemoteJWKSet(new URL("/.well-known/jwks.json", STACK_BACKEND_BASE_URL));
34
35
export type ProjectKeys = "no-project" | {
36
projectId: string,
0 commit comments