mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-01-03 10:22: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
|
, start: options.start
|
||||||
, end: options.end
|
, end: options.end
|
||||||
, cal: cal
|
, cal: cal
|
||||||
|
, raw: options.raw
|
||||||
};
|
};
|
||||||
callback(null, options.raw ? data : CliGhCal(cal, data));
|
callback(null, CliGhCal(cal, data));
|
||||||
});
|
});
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Reference in a new issue