mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-19 20:05:09 +00:00
Merge branch 'qa' into dev
This commit is contained in:
@ -281,6 +281,7 @@ class JuniorPointsListAPIView(viewsets.ModelViewSet):
|
|||||||
queryset = self.get_queryset()
|
queryset = self.get_queryset()
|
||||||
# update position of junior
|
# update position of junior
|
||||||
update_positions_based_on_points()
|
update_positions_based_on_points()
|
||||||
|
|
||||||
serializer = JuniorPointsSerializer(queryset)
|
serializer = JuniorPointsSerializer(queryset)
|
||||||
return custom_response(None, serializer.data, response_status=status.HTTP_200_OK)
|
return custom_response(None, serializer.data, response_status=status.HTTP_200_OK)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user