aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/admin/fileGET.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/routes/admin/fileGET.js')
-rw-r--r--src/api/routes/admin/fileGET.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/admin/fileGET.js b/src/api/routes/admin/fileGET.js
index 7e40659..9605da4 100644
--- a/src/api/routes/admin/fileGET.js
+++ b/src/api/routes/admin/fileGET.js
@@ -24,7 +24,7 @@ class filesGET extends Route {
return res.json({
message: 'Successfully retrieved file',
file,
- user,
+ user
});
}
}