Skip to content

Commit

Permalink
use dot notation for addrview
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 24, 2019
1 parent f6c39ab commit cbd0dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/user-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class UserHandler {

// Add addrview to projection as we will need it down further for
// matching the right wildcard partial address.
projection['addrview'] = true;
projection.addrview = true;
let partialWildcards = tools.getWildcardAddresses(username, domain);

let query = {
Expand Down

0 comments on commit cbd0dff

Please sign in to comment.