From 01fa0b23a3553a975da21f51ab78e91c1f1e758e Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Mon, 11 Dec 2023 16:48:16 -0700 Subject: [PATCH] fix cast --- arcjet-next/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arcjet-next/index.ts b/arcjet-next/index.ts index bc9b58103..b31c68230 100644 --- a/arcjet-next/index.ts +++ b/arcjet-next/index.ts @@ -215,7 +215,7 @@ export default function arcjetNext( headers, extra, // TODO(#220): The generic manipulations get really mad here, so we just cast it - } as ArcjetRequest); + } as ArcjetRequest>); return decision; },