We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0e781 commit 957c7ddCopy full SHA for 957c7dd
include/config.js
@@ -7,7 +7,7 @@ const defaults = {
7
url: 'https://gitlab.com/api/v4',
8
token: false,
9
project: false,
10
- from: "1977-01-01",
+ from: "1970-01-01",
11
to: moment().format(),
12
iids: false,
13
closed: false,
@@ -82,4 +82,4 @@ class config {
82
}
83
84
85
-module.exports = config;
+module.exports = config;
0 commit comments