forked from DebaucheryLibrarian/traxxx
Fixed upcoming date sorting.
This commit is contained in:
@@ -12,7 +12,7 @@ const dateRanges = {
|
||||
upcoming: () => ({
|
||||
after: dayjs.utc().toDate(),
|
||||
before: '2100-01-01',
|
||||
orderBy: ['EFFECTIVE_DATE_DESC'],
|
||||
orderBy: ['EFFECTIVE_DATE_ASC'],
|
||||
}),
|
||||
new: () => ({
|
||||
after: '1900-01-01 00:00:00',
|
||||
|
||||
Reference in New Issue
Block a user