mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
Pass the firstDay value
This commit is contained in:
parent
2bd8226fe9
commit
5d19259c21
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ GitStats.prototype.ansiCalendar = function (data, callback) {
|
|||
theme: data.theme
|
||||
, start: data.start
|
||||
, end: data.end
|
||||
, firstDay: data.firstDay
|
||||
}));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue