[+] Define terms date list

This commit is contained in:
Hykilpikonna
2019-11-06 17:20:09 -05:00
parent 48287cdc4b
commit b66c313b05
+4 -1
View File
@@ -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')];
}