Skip to content

Commit

Permalink
Updated Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmennater committed Nov 15, 2023
1 parent 3e9af5d commit b0a16f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Settings {

// Current day
const currentDay = new Date();
Settings.setStartDate(currentDay.getMonth(), currentDay.getDate(), currentDay.getFullYear());
Settings.setStartDate(currentDay.getMonth(), 1, currentDay.getFullYear());

}

Expand Down

0 comments on commit b0a16f4

Please sign in to comment.