Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Jul 25, 2024
1 parent 218a4ed commit e4d6c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/feedback/restapi/services/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def reply(self):
comment = tool.get(id)

if comment.get("error", "") == "NotFound":
raise NotFound(f"Object with id={id} not found")
raise NotFound()

form_data = json_body(self.request)

Expand Down

0 comments on commit e4d6c79

Please sign in to comment.