Skip to content

Commit

Permalink
Fix assignment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Jul 17, 2023
1 parent 50a9012 commit 5fda984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/app/data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,6 @@ extension FilterUtils on Filter {
if (end != null) {
interval.end = Timestamp()..seconds = Int64((end.millisecondsSinceEpoch / 1000).floor());
}
this.interval = interval;
}
}

0 comments on commit 5fda984

Please sign in to comment.