Skip to content

Commit

Permalink
chore: remove non-history action from queue
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Oct 16, 2023
1 parent 662dca2 commit be4aad7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions extensions/plugin-history-sync/src/historySyncPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,9 @@ export function historySyncPlugin<
) {
const { enteredBy } = targetStep;

enqueue(() => {
pushFlag += 1;
stepPush({
...enteredBy,
});
pushFlag += 1;
stepPush({
...enteredBy,
});
}

Expand Down

0 comments on commit be4aad7

Please sign in to comment.