eslint fix

This commit is contained in:
Robert Soriano
2022-10-30 18:19:32 -07:00
parent deea70b743
commit 0819c21b94

View File

@@ -11,7 +11,7 @@ import {
} from '@trpc/server'
import { createURL } from 'ufo'
import type { H3Event } from 'h3'
import { defineEventHandler, isMethod, readBody, createError } from 'h3'
import { createError, defineEventHandler, isMethod, readBody } from 'h3'
import type { TRPCResponse } from '@trpc/server/rpc'
type MaybePromise<T> = T | Promise<T>