aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/WorkspaceController.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2023-10-13 18:48:51 +0100
committerLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2023-10-13 18:48:51 +0100
commit8376ec924bc33cae3462f48fd7d1a3d61ef97c1d (patch)
tree17544529048aa343b184a5fbd30f40bb7d3d06ca /app/Controllers/Http/WorkspaceController.ts
parentfix: path of recipes (diff)
downloadferdium-server-8376ec924bc33cae3462f48fd7d1a3d61ef97c1d.tar.gz
ferdium-server-8376ec924bc33cae3462f48fd7d1a3d61ef97c1d.tar.zst
ferdium-server-8376ec924bc33cae3462f48fd7d1a3d61ef97c1d.zip
hotfix: workspace and service class name
Diffstat (limited to 'app/Controllers/Http/WorkspaceController.ts')
-rw-r--r--app/Controllers/Http/WorkspaceController.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/Http/WorkspaceController.ts b/app/Controllers/Http/WorkspaceController.ts
index 4dff4df..d197227 100644
--- a/app/Controllers/Http/WorkspaceController.ts
+++ b/app/Controllers/Http/WorkspaceController.ts
@@ -15,7 +15,7 @@ const deleteSchema = schema.create({
15 id: schema.string(), 15 id: schema.string(),
16}); 16});
17 17
18export default class WorkspacesController { 18export default class WorkspaceController {
19 // Create a new workspace for user 19 // Create a new workspace for user
20 public async create({ request, response, auth }: HttpContextContract) { 20 public async create({ request, response, auth }: HttpContextContract) {
21 // @ts-expect-error Property 'user' does not exist on type 'HttpContextContract'. 21 // @ts-expect-error Property 'user' does not exist on type 'HttpContextContract'.