Skip to content

Commit

Permalink
styling........please bro
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrczhang committed Jan 23, 2024
1 parent 1ee617e commit 2391c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/vehicle/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get(self, request):
def post(self, request):
vehicle_id = request.data.get("vehicle_id")

# Replace this later to fetch authentication details
# Replace this later to fetch authentication details
# from headers instead of body
bidder_id = request.data.get("bidder_id")

Expand Down

0 comments on commit 2391c53

Please sign in to comment.