fix: add missing direct import (for tauri module)

This commit is contained in:
Daniel Roe 2023-01-12 22:26:35 +00:00
parent 839331ae67
commit 27d1328c13
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { stringifyQuery } from 'ufo'
import { createError, defineEventHandler, getRouterParams } from 'h3'
import { createError, defineEventHandler, getRouterParams, readBody } from 'h3'
import { getApp, getRedirectURI } from '~/server/shared'
export default defineEventHandler(async (event) => {