Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop' into locale/update-de
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou committed Apr 28, 2024
2 parents f1d9ef2 + a8924e2 commit 60c4cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/server/history/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export const getters: GetterTree<ServerHistoryState, any> = {
})
},

getPrinttimeAvgArray(state, getters, rootState) {
getPrinttimeAvgArray(state, getters) {
const output = [0, 0, 0, 0, 0]
const startDate = new Date(new Date().getTime() - 60 * 60 * 24 * 14 * 1000)

Expand Down

0 comments on commit 60c4cf4

Please sign in to comment.