Skip to content

Commit

Permalink
fix bug (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
abeglova authored Jul 30, 2024
1 parent c3c345d commit b621075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning_resources_search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def get(self, request):
return Response(response)
else:
return Response(
LearningResourcesSearchResponseSerializer(
ContentFileSearchResponseSerializer(
response, context={"request": request}
).data
)
Expand Down

0 comments on commit b621075

Please sign in to comment.