diff --git a/server/api/controller/export.js b/server/api/controller/export.js index 63738c54..f664899e 100644 --- a/server/api/controller/export.js +++ b/server/api/controller/export.js @@ -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) {