Skip to content

Commit

Permalink
stop
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Nov 1, 2022
1 parent 08a7d20 commit 71c9fd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/executor/src/execution/normalizedExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function normalizedExecutor<TData = any, TVariables = any, TContext = any
}
push(value);
}
stop();
});
}
return result;
Expand All @@ -47,6 +48,7 @@ export function normalizedExecutor<TData = any, TVariables = any, TContext = any
}
push(value);
}
stop();
});
}
return result;
Expand Down

0 comments on commit 71c9fd9

Please sign in to comment.