Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
publish date
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Mar 24, 2020
1 parent 08ac2c3 commit 34513e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],
Expand Down

0 comments on commit 34513e6

Please sign in to comment.