Skip to content

Commit

Permalink
[MI-1471]: fix pausing time estimation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabeluli committed May 13, 2024
1 parent e5f0d20 commit 02d7508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/lib/Sender.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@ class Sender extends events.EventEmitter {
this.updateElapsedTime();
this.emit('change');
this.fakeCountdown();
} else {
this.state.queueDone = true;
}
}, this.state.timer * 1000);
} else { // if more than one second, make interval
Expand Down

0 comments on commit 02d7508

Please sign in to comment.