Skip to content

Commit

Permalink
added description to serializer for bug and idea
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl committed Nov 11, 2024
1 parent a9f32b4 commit 2940849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/feedback/serializers/bug.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ class Meta:
"status",
"created_at",
"author",
"description",
)
1 change: 1 addition & 0 deletions app/feedback/serializers/idea.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ class Meta:
"status",
"created_at",
"author",
"description",
)

0 comments on commit 2940849

Please sign in to comment.