This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Commit 8ae8b21
authored
Fix "active" workspace CRUD HTTP status codes (#666)
I had accidentally used `return` instead of `raise` which did not end up
in the right status codes. This fixes that.
Signed-off-by: Juan Antonio Osorio <[email protected]>1 parent 1cb15ab commit 8ae8b21
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments