Browse Source

remove unecessary condition of patern3

kaori 5 years ago
parent
commit
ee73d5645e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/server/routes/apiv3/users.js

+ 0 - 1
src/server/routes/apiv3/users.js

@@ -216,7 +216,6 @@ module.exports = (crowi) => {
       const patern3 = {
         $and: [
           { status: { $in: statusNoList } },
-          { isEmailPublished: true },
           {
             $or: [
               { name: { $in: searchWord } },