Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Commit

Permalink
fix: compatibility with latest nextjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBGod authored and simenandre committed Oct 2, 2021
1 parent 47acf5f commit 71ae5df
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 71ae5df

Please sign in to comment.