Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
ltan02 committed Nov 30, 2023
1 parent 6a2ae30 commit 2074397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/bid/views.py
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ def post(self, request, *args, **kwargs):
if not all([amount, bidder_id, auction_id, content_type_name, object_id]):
return Response(
{
"error": "Bid amount, bidder, auction, content type, and object ID are required."
"error": "Missing fields in request."
},
status=status.HTTP_400_BAD_REQUEST,
)

0 comments on commit 2074397

Please sign in to comment.