Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jussisaurio committed Nov 15, 2023
1 parent c57097c commit eec398d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { inferRouterOutputs, initTRPC } from '@trpc/server';
import { z } from 'zod';


/**
* See @sentry/node trpc middleware:
* https://github.com/getsentry/sentry-javascript/blob/6d424571e3cd5e99991b711f4e23d773e321e294/packages/node/src/handlers.ts#L328
Expand Down Expand Up @@ -67,4 +66,4 @@ describe('context inference w/ middlewares', () => {
some: 'prop';
}>();
});
});
});

0 comments on commit eec398d

Please sign in to comment.