From ffe080e29df4adfe61c1b0abc921359eebd2b424 Mon Sep 17 00:00:00 2001 From: Hugh Date: Mon, 25 Nov 2024 13:28:38 +0000 Subject: [PATCH] linting --- packages/procaptcha-bundle/src/util/defaultCallbacks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/procaptcha-bundle/src/util/defaultCallbacks.ts b/packages/procaptcha-bundle/src/util/defaultCallbacks.ts index c4a528932..650557a0f 100644 --- a/packages/procaptcha-bundle/src/util/defaultCallbacks.ts +++ b/packages/procaptcha-bundle/src/util/defaultCallbacks.ts @@ -16,8 +16,8 @@ import { type ProcaptchaRenderOptions, type ProcaptchaToken, } from "@prosopo/types"; -import { getParentForm } from "./form.js"; import { reset } from "../index.js"; +import { getParentForm } from "./form.js"; export const getWindowCallback = (callbackName: string) => { // biome-ignore lint/suspicious/noExplicitAny: TODO fix any