This commit is contained in:
lesion
2019-03-02 00:02:13 +01:00
parent b50a9a250c
commit f3dab2d315
7 changed files with 44 additions and 31 deletions

View File

@@ -19,7 +19,6 @@ const exportController = {
if (places) {
wherePlace.name = places.split(',')
}
console.log(wherePlace.name)
const events = await Event.findAll({
order: [['start_datetime', 'ASC']],
where: { start_datetime: { [Sequelize.Op.gte]: yesterday } },