Update AppInformationService.js

This commit is contained in:
jelveh
2024-12-31 21:27:42 -08:00
parent a0da1e06e3
commit 4691af3a6f
@@ -369,7 +369,7 @@ class AppInformationService extends BaseService {
else {
// MySQL queries for grouped stats
const queryParams = timeRange ?
[app_uid, timeRange.start, timeRange.end] :
[app_uid, timeRange.start/1000, timeRange.end/1000] :
[app_uid];
const [openResult, userResult] = await Promise.all([