Skip to content

Commit 09eed2b

Browse files
authored
Merge pull request kriskbx#2 from odiumediae/patch-1
Fix Unixtime
2 parents de0e781 + 957c7dd commit 09eed2b

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)