diff --git a/src/runtime/server/api/_hub/blob/index.post.ts b/src/runtime/server/api/_hub/blob/index.post.ts index d25c5bdb..2a48e8c9 100644 --- a/src/runtime/server/api/_hub/blob/index.post.ts +++ b/src/runtime/server/api/_hub/blob/index.post.ts @@ -1,4 +1,4 @@ -import { eventHandler } from 'h3' +import { eventHandler, getQuery } from 'h3' import { hubBlob } from '../../../utils/blob' import { requireNuxtHubAuthorization } from '../../../utils/auth'