Skip to content

Commit

Permalink
fix initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Oct 1, 2024
1 parent 558f38b commit 92df852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/execute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ function executeOperation(
const exeContext: ExecutionContext = {
validatedExecutionArgs,
errors: undefined,
cancellableStreams: new Set(),
cancellableStreams: undefined,
};
try {
const { schema, fragments, rootValue, operation, variableValues } =
Expand Down

0 comments on commit 92df852

Please sign in to comment.