hotfix rss pubDate
This commit is contained in:
@@ -28,9 +28,6 @@ const exportController = {
|
|||||||
start_datetime: { [Op.gte]: yesterday },
|
start_datetime: { [Op.gte]: yesterday },
|
||||||
...where
|
...where
|
||||||
},
|
},
|
||||||
attributes: {
|
|
||||||
exclude: ['createdAt', 'updatedAt']
|
|
||||||
},
|
|
||||||
include: [ { model: Tag, ...where_tags }, { model: Place, attributes: ['name', 'id', 'address'] }]
|
include: [ { model: Tag, ...where_tags }, { model: Place, attributes: ['name', 'id', 'address'] }]
|
||||||
})
|
})
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user