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 8862152 commit 380bb5bCopy full SHA for 380bb5b
src/models/report.js
@@ -168,8 +168,8 @@ class report extends Base {
168
"project": this.project.data.path_with_namespace,
169
"after": (cursor===undefined)?'':cursor,
170
"entryPerPage": 30,
171
- "startTime": this.config.get('from'),
172
- "endTime": this.config.get('to')
+ "startTime": this.config.get('from').format("Y-M-D"),
+ "endTime": this.config.get('to').format("Y-M-D")
173
}
174
};
175
0 commit comments