Skip to content

Commit

Permalink
Merge pull request #504 from bounswe/feature/BE-stock-information
Browse files Browse the repository at this point in the history
Fix pagination
  • Loading branch information
hikasap authored Dec 15, 2024
2 parents 1abf573 + aad69d3 commit 45b633a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/marketfeed/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ def list(self, request):
for stock in queryset:
serializer = self.get_serializer(stock)
serialized_data = serializer.data
print(serialized_data["currency"])
serialized_data['currency'] = stock.currency
data.append(serialized_data)

return Response(data)
Expand Down

0 comments on commit 45b633a

Please sign in to comment.