From 3337766ae6de1e691a73c7ac05d1b6f53b49f4c6 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 6 Nov 2019 21:17:11 -0500 Subject: [PATCH] [+] Add current term constant --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index d646455..f5ec69e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -57,4 +57,5 @@ 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 CURRENT_TERM = 1; }