diff --git a/src/runtime/api.ts b/src/runtime/api.ts index 988859c..6c1a51d 100644 --- a/src/runtime/api.ts +++ b/src/runtime/api.ts @@ -58,8 +58,6 @@ export function createTRPCHandler({ const $url = createURL(req.url) - event.context.hello = 'world' - const httpResponse = await resolveHTTPResponse({ router, req: {