eslint fixes

This commit is contained in:
wobsoriano
2022-11-05 11:56:14 -07:00
parent e9081d00ad
commit e359702c41
7 changed files with 25 additions and 25 deletions

View File

@@ -8,8 +8,8 @@ export type Context = inferAsyncReturnType<typeof createContext>
* Creates context for an incoming request
* @link https://trpc.io/docs/context
*/
export async function createContext(
opts: H3Event,
export function createContext (
opts: H3Event
) {
// for API-response caching see https://trpc.io/docs/caching