fix ics and rss export with filters
This commit is contained in:
@@ -49,7 +49,7 @@ const eventController = {
|
||||
{ start_datetime: { [Sequelize.Op.lte]: end } }
|
||||
]
|
||||
},
|
||||
order: [['createdAt', 'ASC']],
|
||||
order: [['start_datetime', 'ASC']],
|
||||
include: [User, Comment, Tag, Place]
|
||||
})
|
||||
res.json(events)
|
||||
|
||||
Reference in New Issue
Block a user