We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7e9e1 commit 669d402Copy full SHA for 669d402
2 files changed
.github/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
+
10
+### Fixed
11
12
+- Fixed application close time
13
14
## [2.1.0](https://github.com/hackmcgill/hackerapi/tree/2.1.0) - 2020-01-01
15
16
### Added
constants/general.constant.js
@@ -26,7 +26,7 @@ const HACKER_STATUSES = [
26
HACKER_STATUS_DECLINED
27
];
28
// This date is Jan 3, 2020 11:59:59PM EST
29
-const APPLICATION_CLOSE_TIME = 1578070799000;
+const APPLICATION_CLOSE_TIME = 1578113999000;
30
31
const SAMPLE_DIET_RESTRICTIONS = [
32
"None",
0 commit comments