Skip to content

Commit

Permalink
Merge branch 'dev' into refactor/move-file-upload-view
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl authored Nov 11, 2024
2 parents 540ac9a + 2940849 commit b97fe2d
Show file tree
Hide file tree
Showing 3 changed files with 3 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/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
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 b97fe2d

Please sign in to comment.