Skip to content

Commit c1a4207

Browse files
author
Frank
committed
ci: fix
1 parent 42c2ffd commit c1a4207

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/console/function/src

packages/console/function/src/auth.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import type { KVNamespace } from "@cloudflare/workers-types"
12
import { z } from "zod"
23
import { issuer } from "@openauthjs/openauth"
34
import type { Theme } from "@openauthjs/openauth/ui/theme"
@@ -94,6 +95,7 @@ export default {
9495
// }),
9596
},
9697
storage: CloudflareStorage({
98+
// @ts-ignore
9799
namespace: env.AuthStorage,
98100
}),
99101
subjects,

0 commit comments

Comments
 (0)