Skip to content

Commit b6c60f2

Browse files
committed
fix: add missing import
1 parent 1c23a02 commit b6c60f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/server/utils/blob.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import type { R2Bucket } from '@cloudflare/workers-types/experimental'
44
import { ofetch } from 'ofetch'
55
import mime from 'mime'
66
import type { H3Event } from 'h3'
7+
import { setHeader } from 'h3'
78
import { defu } from 'defu'
89
import { randomUUID } from 'uncrypto'
910
import { parse } from 'pathe'

0 commit comments

Comments
 (0)