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: {