Skip to content

Commit

Permalink
chore: remove duplicate auction field from serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
sandronadiradze committed Nov 2, 2024
1 parent 5e1c54d commit 289ddf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bid/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Meta:
model = Bid
fields = [
"id",
"auction",
"author",
"author_nickname",
"author_avatar",
Expand Down

0 comments on commit 289ddf1

Please sign in to comment.