From b66c313b05100e2da844a90331194f3c097fc173 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 6 Nov 2019 17:20:09 -0500 Subject: [PATCH] [+] Define terms date list --- src/constants.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index fcf215a..f83db00 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -53,5 +53,8 @@ export default class Constants '#724e58', '#4b565b' ] - } + }; + + // Terms (TODO: Actually get the terms dynamically + public static TERMS = [new Date('2019-09-04'), new Date('2019-11-01')]; }