fix img / comments img

This commit is contained in:
lesion
2019-06-26 18:37:02 +02:00
parent 63c01d2629
commit c6fb23810a
4 changed files with 22 additions and 14 deletions

View File

@@ -189,7 +189,7 @@ const eventController = {
[Tag, 'weigth', 'DESC']
],
include: [
{ model: Tag, required: false, attributes: ['tag', 'weigth', 'color'] },
{ model: Tag, required: false, attributes: ['tag', 'weigth'] },
{ model: Place, required: false, attributes: ['id', 'name', 'address'] }
]
})