tango-app-api-audit 3.4.11-alpha.8 → 3.4.11-alpha.9
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
|
@@ -4671,8 +4671,7 @@ export async function auditViewLogs( req, res ) {
|
|
|
4671
4671
|
},
|
|
4672
4672
|
};
|
|
4673
4673
|
break;
|
|
4674
|
-
case '
|
|
4675
|
-
case 'mobile-detection': // Handle both in the same block
|
|
4674
|
+
case 'mobile-detection':
|
|
4676
4675
|
logsQuery = {
|
|
4677
4676
|
'size': 100,
|
|
4678
4677
|
'query': {
|