Skip to content

Commit

Permalink
refactor: remove unused attribute in getPrinttimeAvgArray getter (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteyou authored Apr 28, 2024
1 parent 866a0c6 commit a8924e2
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 a8924e2

Please sign in to comment.