Skip to content

Commit

Permalink
Merge branch 'dev' into refactor(feedback)/BugV2
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl authored Nov 11, 2024
2 parents 3fb533b + 2940849 commit dcfe7dc
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,6 +14,7 @@ class Meta:
"status",
"created_at",
"author",
"description",
)


Expand Down
1 change: 1 addition & 0 deletions app/feedback/serializers/idea.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Meta:
"status",
"created_at",
"author",
"description",
)


Expand Down

0 comments on commit dcfe7dc

Please sign in to comment.