hotfix rss pubDate

This commit is contained in:
les 2019-08-09 13:32:33 +02:00
parent 0372849737
commit 1986e8a534

View file

@ -28,9 +28,6 @@ const exportController = {
start_datetime: { [Op.gte]: yesterday },
...where
},
attributes: {
exclude: ['createdAt', 'updatedAt']
},
include: [ { model: Tag, ...where_tags }, { model: Place, attributes: ['name', 'id', 'address'] }]
})
switch (type) {