Skip to content

Commit

Permalink
Set default date to when we started scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Sep 30, 2023
1 parent fabafe0 commit cc5f04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/site/model/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { log } = require("../js/misc");
class Settings extends Model {
constructor() {
super();
this.startDate = "2017-01-01";
this.startDate = "2023-09-26";
this.chartType = "stepped";
STORE_KEYS.forEach((store) => {
this[store] = stores[store].defaultChecked;
Expand Down

0 comments on commit cc5f04c

Please sign in to comment.