lrf402788946 4 rokov pred
rodič
commit
505a492fa6
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      app/service/users/person_room.js

+ 1 - 0
app/service/users/person_room.js

@@ -31,6 +31,7 @@ class Person_roomService extends CrudService {
         },
       },
     ];
+    console.log(aggQuery);
     const r = await this.pc.aggregate(aggQuery);
     console.log(r);
     if (data.length > 0) data = JSON.parse(JSON.stringify(data));