Skip to content

Commit 669d402

Browse files
RohitGarudadriloreina
authored andcommitted
Fixed close date of apps (#632)
1 parent 1f7e9e1 commit 669d402

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- Fixed application close time
13+
814
## [2.1.0](https://github.com/hackmcgill/hackerapi/tree/2.1.0) - 2020-01-01
915

1016
### Added

constants/general.constant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const HACKER_STATUSES = [
2626
HACKER_STATUS_DECLINED
2727
];
2828
// This date is Jan 3, 2020 11:59:59PM EST
29-
const APPLICATION_CLOSE_TIME = 1578070799000;
29+
const APPLICATION_CLOSE_TIME = 1578113999000;
3030

3131
const SAMPLE_DIET_RESTRICTIONS = [
3232
"None",

0 commit comments

Comments
 (0)