mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Pass the raw option to the cli-gh-cal module
This commit is contained in:
parent
bc6f089613
commit
d906fbdab5
1 changed files with 2 additions and 1 deletions
|
@ -659,8 +659,9 @@ GitStats.prototype.globalActivity = function (options, callback) {
|
|||
, start: options.start
|
||||
, end: options.end
|
||||
, cal: cal
|
||||
, raw: options.raw
|
||||
};
|
||||
callback(null, options.raw ? data : CliGhCal(cal, data));
|
||||
callback(null, CliGhCal(cal, data));
|
||||
});
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Reference in a new issue