Skip to content

Commit

Permalink
cb and args
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Dec 23, 2024
1 parent 674927c commit a8f6c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/graphql-modules/src/application/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ export function createContextBuilder({
return getModuleContext(moduleId, context);
},
},
() => cb(env)
cb,
env
);
},
};
Expand Down

0 comments on commit a8f6c92

Please sign in to comment.