Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nnelgxorz committed Oct 28, 2022
1 parent c721cc7 commit f542384
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/qwik-city/middleware/netlify-edge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,7 @@ export function qwikCity(render: Render, opts?: RenderOptions) {
/**
* @alpha
*/
export type RequestHandlerNetlify<T = unknown> = RequestHandler<T, Omit<Context, 'next' | 'cookies'>>;
export type RequestHandlerNetlify<T = unknown> = RequestHandler<
T,
Omit<Context, 'next' | 'cookies'>
>;

0 comments on commit f542384

Please sign in to comment.