Skip to content

Commit

Permalink
Remove reasinging ticks
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbrandsen committed Feb 11, 2024
1 parent 2512e59 commit 0458a22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/data/broker/processData.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export default class ProcessDataBroker {
for (let t = 0; t < tickKeys.length; t += 1) {
const tick = tickKeys[t];
opts.isFirstTick = t === 0
opts.tick = parseInt(tick, 10);
if (ticks[tick]) {
actionsArray = actionsArray.concat(
await handleObjects(ticks[tick], opts)
Expand Down

0 comments on commit 0458a22

Please sign in to comment.