Browse Source

remove unecessary condition of patern3

kaori 5 năm trước cách đây
mục cha
commit
ee73d5645e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 } },