Skip to content
Snippets Groups Projects
Unverified Commit a1541458 authored by Florian Raith's avatar Florian Raith Committed by GitHub
Browse files

Fix no content delete (#63)

* Fix no content delete

* Fix no content delete
parent 3cb617bb
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,6 @@ export class CategoryController {
public async delete(@Param('id') id: number) {
const user = await this.auth.user();
await this.categories.delete(id, user);
return 'OK';
return id;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment