Skip to content

Commit

Permalink
Fix feeedback serializer on list (#927)
Browse files Browse the repository at this point in the history
added description to serializer for feedback list
  • Loading branch information
MadsNyl authored Nov 11, 2024
1 parent fc4b78b commit a9f32b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/feedback/serializers/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Meta:
"status",
"created_at",
"author",
"description",
)


Expand Down

0 comments on commit a9f32b4

Please sign in to comment.