We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a2ee8 commit 5d48924Copy full SHA for 5d48924
frontend/src/modules/dashboard/components/dashboard-count.vue
@@ -103,14 +103,14 @@ export default {
103
.startOf('day')
104
.subtract(this.period - 1, 'd')
105
.subtract(1, 'ms')
106
+ .startOf('day')
107
+ .subtract(this.period - 1, 'd')
108
.toISOString(),
109
moment()
110
.utc()
111
112
113
- .startOf('day')
- .subtract(this.period - 1, 'd')
114
.toISOString()
115
]
116
}
0 commit comments