Skip to content

Commit 56e69e0

Browse files
committed
fix(blob): add missing import for getQuery
1 parent cdf9d51 commit 56e69e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/server/api/_hub/blob/index.post.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { eventHandler } from 'h3'
1+
import { eventHandler, getQuery } from 'h3'
22
import { hubBlob } from '../../../utils/blob'
33
import { requireNuxtHubAuthorization } from '../../../utils/auth'
44

0 commit comments

Comments
 (0)