From c58eb4714d1dde9f3d96038bb73204f766d2708c Mon Sep 17 00:00:00 2001 From: MCMXC <16797721+mcmxcdev@users.noreply.github.com> Date: Sun, 30 Jul 2023 11:30:22 -0600 Subject: remove unused parameter in UserController.js which fails linting --- src/internal-server/app/Controllers/Http/UserController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal-server') 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 { } // Account import/export - async export({ _auth, response }) { + async export({ response }) { const allServices = await Service.all(); const services = allServices.toJSON(); const allWorkspaces = await Workspace.all(); -- cgit v1.2.3-70-g09d2