Skip to content

Commit

Permalink
[SDCISA-15833, swisspost#170] Fix silly bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenalpha committed May 21, 2024
1 parent f972ec5 commit 3799bfd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ private void onTrigger(Timer timer) {
return;
}
timer.begEpochMs = currentTimeMillis();
timer.task.accept(timer::onTaskDone_);
Promise<Void> p = Promise.promise();
var fut = p.future();
fut.onSuccess((Void v) -> timer.onTaskDone_());
Expand Down

0 comments on commit 3799bfd

Please sign in to comment.