diff --git a/include/config.js b/include/config.js index 5a39ab0..0510d3b 100644 --- a/include/config.js +++ b/include/config.js @@ -7,7 +7,7 @@ const defaults = { url: 'https://gitlab.com/api/v4', token: false, project: false, - from: "1977-01-01", + from: "1970-01-01", to: moment().format(), iids: false, closed: false, @@ -82,4 +82,4 @@ class config { } } -module.exports = config; \ No newline at end of file +module.exports = config;