From 2aaa521ac6f921182e90694cb723f39118aceca2 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 14 Oct 2023 06:30:57 +0300 Subject: [PATCH] squash! --- Source/Variable/Worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Variable/Worker.ts b/Source/Variable/Worker.ts index ff215fd..cf32f5b 100644 --- a/Source/Variable/Worker.ts +++ b/Source/Variable/Worker.ts @@ -1,6 +1,6 @@ class JSONResponse extends Response { constructor( - // rome-ignore lint/suspicious/noExplicitAny: + // biome-ignore lint/suspicious/noExplicitAny: body: any, init: ResponseInit = { headers: {