Skip to content

Commit

Permalink
fix: missing import readMultipartFormData
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Apr 10, 2024
1 parent 9b13f6d commit 0bd894b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runtime/server/middleware/xssValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import {
createError,
getQuery,
readBody,
getRouteRules
getRouteRules,
readMultipartFormData
} from '#imports'
import { HTTPMethod } from '~/src/module'

Expand Down

0 comments on commit 0bd894b

Please sign in to comment.