From 1986e8a5347acca0bcdf84ba32c3cd8e4bf58ebc Mon Sep 17 00:00:00 2001 From: les Date: Fri, 9 Aug 2019 13:32:33 +0200 Subject: [PATCH] hotfix rss pubDate --- server/api/controller/export.js | 3 --- 1 file changed, 3 deletions(-) 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) {