mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 09:30:49 +00:00
Update AppInformationService.js
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user