1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
This commit is contained in:
prateek banga 2023-08-21 14:14:06 +05:30
parent 5e3065c30a
commit fe8b8d3dc6

View file

@ -1530,4 +1530,4 @@ App::get('/v1/users/usage')
'usersTotal' => $usage[$metrics[0]],
'sessionsTotal' => $usage[$metrics[1]],
]), Response::MODEL_USAGE_USERS);
});
});