Skip to content

Commit

Permalink
fix(bigFileUpload): process
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Sep 12, 2024
1 parent 8a6d150 commit 1278672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import os from "os";
import { validateFrom } from "../../../form-tools/csrf.js";
import { AstroGlobal } from "astro";
import { getFormValue } from "../../../form-tools/post.js";
import ThrowOverrideResponse from "src/throw-action/throwOverrideResponse.js";
import ThrowOverrideResponse from '../../../throw-action/throwOverrideResponse.js';

const zodValidationInfo =
z.preprocess((str: any, ctx) => {
Expand Down

0 comments on commit 1278672

Please sign in to comment.