Misc half fixes

This commit is contained in:
2024-12-21 11:00:13 -05:00
parent bf2d0f0711
commit c6467087c1
3 changed files with 129 additions and 22 deletions

View File

@@ -60,9 +60,9 @@ const PREVIOUS_PERIOD_MAP = {
today: 'yesterday',
thisWeek: 'lastWeek',
thisMonth: 'lastMonth',
last7days: 'last7days',
last30days: 'last30days',
last90days: 'last90days',
last7days: 'previous7days',
last30days: 'previous30days',
last90days: 'previous90days',
yesterday: 'twoDaysAgo'
};