server: remove unused history snapshots and make it in-mem only

This commit is contained in:
Jesse Chan
2021-10-31 23:21:20 -07:00
parent 0cbd390e50
commit af8de75e05
10 changed files with 60 additions and 204 deletions
-4
View File
@@ -1,4 +0,0 @@
const historySnapshotTypes = ['FIVE_MINUTE', 'THIRTY_MINUTE', 'HOUR', 'DAY', 'WEEK', 'MONTH', 'YEAR'] as const;
export default historySnapshotTypes;
export type HistorySnapshot = typeof historySnapshotTypes[number];