mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
hotfix rss pubDate
This commit is contained in:
parent
0372849737
commit
1986e8a534
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue