Skip to content

Commit

Permalink
fix attr name
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Jul 25, 2024
1 parent a341fa2 commit 2fa30ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/feedback/restapi/services/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get_data(self):
uid = feedback._attrs.get("uid", "")
date = feedback._attrs.get("date", "")
vote = feedback._attrs.get("vote", "")
id = feedback.id
id = feedback.intid

if uid not in feedbacks:
obj = self.get_commented_obj(uid=uid)
Expand Down

0 comments on commit 2fa30ac

Please sign in to comment.