Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParry committed Nov 25, 2024
1 parent 66b5012 commit ffe080e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/procaptcha-bundle/src/util/defaultCallbacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffe080e

Please sign in to comment.