Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix Unixtime
From 1977 to 1970.
  • Loading branch information
Odiumediae authored May 18, 2017
commit 957c7dd0f2fa382b30dfec6d760d3cf6250c6288
4 changes: 2 additions & 2 deletions include/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -82,4 +82,4 @@ class config {
}
}

module.exports = config;
module.exports = config;