diff --git a/app/controllers/api/users.php b/app/controllers/api/users.php index 8bf107b5ee..e6d5e8e1b9 100644 --- a/app/controllers/api/users.php +++ b/app/controllers/api/users.php @@ -1530,4 +1530,4 @@ App::get('/v1/users/usage') 'usersTotal' => $usage[$metrics[0]], 'sessionsTotal' => $usage[$metrics[1]], ]), Response::MODEL_USAGE_USERS); - }); \ No newline at end of file + });