Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/dev/black-24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNyl authored Nov 11, 2024
2 parents 6bf9979 + 2940849 commit b66bcc0
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 b66bcc0

Please sign in to comment.