[+] Add current term constant

This commit is contained in:
Hykilpikonna
2019-11-06 21:17:11 -05:00
parent dc135dc78b
commit 3337766ae6
+1
View File
@@ -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;
}