Skip to content

Commit

Permalink
fix: project mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Feb 19, 2024
1 parent 88f98e2 commit 11cf286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/api/v1/projects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ projects.delete("/:projectId", async (ctx: Context) => {
await sql`delete from project where id = ${projectId}`
ctx.status = 200
ctx.body = {}
return
} else {
ctx.status = 422

Expand Down

0 comments on commit 11cf286

Please # to comment.