aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/admin/usersGET.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/admin/usersGET.js')
-rw-r--r--src/api/routes/admin/usersGET.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/admin/usersGET.js b/src/api/routes/admin/usersGET.js
index 52a707f..4e9b954 100644
--- a/src/api/routes/admin/usersGET.js
+++ b/src/api/routes/admin/usersGET.js
@@ -12,7 +12,7 @@ class usersGET extends Route {
return res.json({
message: 'Successfully retrieved users',
- users
+ users,
});
} catch (error) {
return super.error(res, error);