From 0af393a1e4016e0fa386d14d106b28aca0a7201f Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 9 Nov 2019 15:37:52 -0500 Subject: [PATCH] [+] Put in actual term dates --- src/constants.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 83c426d..e54bb6c 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -56,6 +56,13 @@ export default class Constants }; // Terms (TODO: Actually get the terms dynamically - public static TERMS = [new Date('Sep 04 2019'), new Date('Nov 01 2019'), new Date('Feb 02 2020')]; + public static TERMS = + [ + new Date('Sep 04 2019'), + new Date('Nov 03 2019'), + new Date('Jan 19 2020'), + new Date('Mar 22 2020'), + new Date('Jun 05 2020'), + ]; public static CURRENT_TERM = 1; }