Skip to content

Commit 1c66b97

Browse files
committed
Merge branch 'master' of github.com:kriskbx/gitlab-time-tracker
2 parents 5688532 + 09eed2b commit 1c66b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const defaults = {
77
url: 'https://gitlab.com/api/v4',
88
token: false,
99
project: false,
10-
from: "1977-01-01",
10+
from: "1970-01-01",
1111
to: moment().format(),
1212
iids: false,
1313
closed: false,
@@ -82,4 +82,4 @@ class config {
8282
}
8383
}
8484

85-
module.exports = config;
85+
module.exports = config;

0 commit comments

Comments
 (0)