From 44c1b49ff3814e84fffdf7386c8325825ebd7fd7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 3 Apr 2017 12:27:28 +0800 Subject: [PATCH] GitLogParser.js --- GitLogParser.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GitLogParser.js b/GitLogParser.js index 648b6e46..5d28dfa9 100644 --- a/GitLogParser.js +++ b/GitLogParser.js @@ -97,8 +97,7 @@ GitLogParser = { } - this.total = total; - this.shours = shours; + this.shours = shours; return hours; }, -- 2.39.2