From 34513e60a96979c5a99c9f3f4858efadd6525370 Mon Sep 17 00:00:00 2001 From: Wolfgang Rathgeb Date: Tue, 24 Mar 2020 09:57:56 +0100 Subject: [PATCH] publish date --- src/global/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global/index.js b/src/global/index.js index 05a1b98..c067753 100644 --- a/src/global/index.js +++ b/src/global/index.js @@ -77,7 +77,7 @@ exports.before = { const after = { // todo select is better but need more stable implementations all: [iff(isProvider('external'), - filterOutResults('__v', 'createdAt', 'updatedAt')), + filterOutResults('__v', 'createdBy', 'updatedBy')), ], find: [], get: [],