Skip to content

Commit

Permalink
feat: ability to delete single legal values
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Jan 3, 2025
1 parent 5916362 commit c04fd61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/features/context/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ export class ContextController extends Controller {

await this.contextService.deleteLegalValue(
{ name, legalValue },
legalValue,
req.audit,
);
res.status(200).end();
Expand Down

0 comments on commit c04fd61

Please sign in to comment.