Skip to content

Commit 5327f5e

Browse files
Merge pull request #144 from BrunoScheufler/BrunoScheufler/fix-imports
Remove fs-based import from graphql-middleware
2 parents 41a37d8 + d94f9ec commit 5327f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as Sentry from '@sentry/node'
22

3-
import { IMiddlewareFunction } from 'graphql-middleware/dist/types'
3+
import { IMiddlewareFunction } from 'graphql-middleware'
44

55
export type ExceptionScope<Context> = (
66
scope: Sentry.Scope,

0 commit comments

Comments
 (0)