tango-app-api-audit 3.6.33 → 3.6.34

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-audit",
3
- "version": "3.6.33",
3
+ "version": "3.6.34",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -2225,9 +2225,6 @@ export async function summaryList( req, res ) {
2225
2225
  {
2226
2226
  isActive: true,
2227
2227
  },
2228
- {
2229
- role: { $eq: 'admin' },
2230
- },
2231
2228
  ],
2232
2229
  },
2233
2230
  },