Skip to content

Commit

Permalink
traffic-bz: actually use history start date | 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Dec 18, 2023
1 parent 482962b commit db986f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void pushRecords(){
}

public void getHistory(){
historyRetriever.getHistory();
historyRetriever.getHistory(null);
}
public void getLatestHistory() {
historyRetriever.getLatestHistory();
Expand Down

0 comments on commit db986f9

Please sign in to comment.