summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/internal-server/app/Controllers/Http/UserController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal-server/app/Controllers/Http/UserController.js b/src/internal-server/app/Controllers/Http/UserController.js
index 943d7705e..89ccd1549 100644
--- a/src/internal-server/app/Controllers/Http/UserController.js
+++ b/src/internal-server/app/Controllers/Http/UserController.js
@@ -224,7 +224,7 @@ class UserController {
224 } 224 }
225 225
226 // Account import/export 226 // Account import/export
227 async export({ _auth, response }) { 227 async export({ response }) {
228 const allServices = await Service.all(); 228 const allServices = await Service.all();
229 const services = allServices.toJSON(); 229 const services = allServices.toJSON();
230 const allWorkspaces = await Workspace.all(); 230 const allWorkspaces = await Workspace.all();