Skip to content

Commit

Permalink
Merge pull request #96 from Financial-Times/hotFixMaintenance
Browse files Browse the repository at this point in the history
Maintenance date set in the past
  • Loading branch information
asugar13 authored Oct 6, 2021
2 parents 6dc8766 + adb0c07 commit 89532fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
"pre-push": "make verify -j3"
}
}
}
}
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function init (flags) {
initIconify(user);
initDownloadModal(user);

let daysLeft = daysUntilMaintenance('October 6, 2021 10:30:00');
let daysLeft = daysUntilMaintenance('October 5, 2021 10:30:00');
if (daysLeft>=0) {
initMaintenanceModal(user, daysLeft);
}
Expand Down

0 comments on commit 89532fd

Please sign in to comment.