Skip to content

Commit f765364

Browse files
committed
required now in _decay
1 parent 59717a9 commit f765364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/shared/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ class DecayingMaxLatencyTracker {
320320
}) : _halfLifePeriod = halfLifePeriod ?? Duration(minutes: 1);
321321

322322
void _decay({
323-
DateTime? now,
323+
required DateTime? now,
324324
Duration? updateDelay,
325325
}) {
326326
now ??= clock.now();

0 commit comments

Comments
 (0)