Skip to content

Commit

Permalink
fix(blob): add missing import for getQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 3, 2024
1 parent cdf9d51 commit 56e69e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/api/_hub/blob/index.post.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { eventHandler } from 'h3'
import { eventHandler, getQuery } from 'h3'
import { hubBlob } from '../../../utils/blob'
import { requireNuxtHubAuthorization } from '../../../utils/auth'

Expand Down

0 comments on commit 56e69e0

Please sign in to comment.