tango-app-api-trax 3.3.1-beta-27 → 3.3.1-beta-28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-trax",
3
- "version": "3.3.1-beta-27",
3
+ "version": "3.3.1-beta-28",
4
4
  "description": "Trax",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -476,6 +476,7 @@ export const storePerformance = async ( req, res ) => {
476
476
  { checkListType: { $eq: 'custom' } },
477
477
  // { store_id: { $in: requestData.storeId } },
478
478
  { $or: [ { store_id: { $in: requestData.storeId } }, { store_id: { $eq: '' }, userEmail: { $in: getUserEmails } } ] },
479
+ { coverage: { $eq: 'store' } },
479
480
  );
480
481
 
481
482
  findQuery.push( { $match: { $and: findAndQuery } } );