aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/app/Controllers/Http/WorkspaceController.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal-server/app/Controllers/Http/WorkspaceController.js')
-rw-r--r--src/internal-server/app/Controllers/Http/WorkspaceController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal-server/app/Controllers/Http/WorkspaceController.js b/src/internal-server/app/Controllers/Http/WorkspaceController.js
index 9d461135e..528721f13 100644
--- a/src/internal-server/app/Controllers/Http/WorkspaceController.js
+++ b/src/internal-server/app/Controllers/Http/WorkspaceController.js
@@ -27,7 +27,7 @@ class WorkspaceController {
27 } while ( 27 } while (
28 (await Workspace.query().where('workspaceId', workspaceId).fetch()).rows 28 (await Workspace.query().where('workspaceId', workspaceId).fetch()).rows
29 .length > 0 29 .length > 0
30 ); // eslint-disable-line no-await-in-loop 30 );
31 31
32 const order = (await Workspace.all()).rows.length; 32 const order = (await Workspace.all()).rows.length;
33 const { name } = data; 33 const { name } = data;