Skip to content

Commit fbfb8af

Browse files
committed
fix(blob): add missing readFormData import
1 parent 9b81e7e commit fbfb8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/server/utils/blob.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { R2Bucket, ReadableStream, R2MultipartUpload } from '@cloudflare/wo
44
import { ofetch } from 'ofetch'
55
import mime from 'mime'
66
import type { H3Event } from 'h3'
7-
import { setHeader, createError } from 'h3'
7+
import { setHeader, createError, readFormData } from 'h3'
88
import { defu } from 'defu'
99
import { randomUUID } from 'uncrypto'
1010
import { parse } from 'pathe'

0 commit comments

Comments
 (0)