diff options
Diffstat (limited to 'lib/logger.js')
-rw-r--r-- | lib/logger.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/logger.js b/lib/logger.js index 0f7de76..01c626d 100644 --- a/lib/logger.js +++ b/lib/logger.js @@ -57,14 +57,14 @@ Logger.prototype.getLength = function () { counter += 1; } return counter; -} +}; Logger.prototype.getBugzillaAbbr = function(url) { // for https://bugzilla.redhat.com/show_bug.cgi?id=579123 get RH // for https://bugzilla.mozilla.org/show_bug.cgi?id=579123 get MoFo var abbr = this.abbsMap[urlMod.URL(url).host]; return abbr; -} +}; Logger.prototype.timeSheetRecordsPrinter = function(body, records) { var that = this; |