Skip to content

Commit

Permalink
fix: compatibility with latest nextjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBGod authored Jun 16, 2021
1 parent df8fa93 commit dd75b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class DataLoaderInterceptor implements NestInterceptor {
/**
* @inheritdoc
*/
intercept(context: ExecutionContext, next: CallHandler): Observable<any> {
intercept(context: ExecutionContext, next: CallHandler) {
const graphqlExecutionContext = GqlExecutionContext.create(context);
const ctx = graphqlExecutionContext.getContext();

Expand Down

0 comments on commit dd75b81

Please sign in to comment.