File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -732,9 +732,9 @@ report.issues.forEach(issue => {
732732});
733733report.mergeRequests.forEach(mergeRequest => {
734734 // time records on merge requests
735- console.log(mergeRequests .times);
735+ console.log(mergeRequest .times);
736736 // user of single time record
737- console.log(issue .times[0].user);
737+ console.log(mergeRequest .times[0].user);
738738});
739739` ` `
740740
@@ -749,7 +749,7 @@ is the total amount of time spent in the given time frame.
749749# ### Why 'total spent' and 'spent' are showing different amounts.
750750
751751gtt can only track time records from notes/comments. If you start your
752- issue or merge request with `/spent [time]` in its description, gtt won't
752+ issue or merge request with `/spend [time]` in its description, gtt won't
753753take it into consideration (for now).
754754
755755# # contributing
You can’t perform that action at this time.
0 commit comments