Skip to content

Commit 255ff2f

Browse files
committed
fix buggy typo introduced in last commit
1 parent 35859fb commit 255ff2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/handlers/on-search.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ module.exports = server => (mailbox, options, session, callback) => {
271271
hdate: !ne
272272
? entry
273273
: {
274-
$not: {}
274+
$not: entry
275275
}
276276
};
277277

0 commit comments

Comments
 (0)