Skip to content

Commit

Permalink
Merge pull request #1515 from breatheco-de/revert-1514-main
Browse files Browse the repository at this point in the history
Revert "add academy to cohort user hook serializer"
  • Loading branch information
tommygonzaleza authored Dec 9, 2024
2 parents a3f6afd + c6b3293 commit 4d78aad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion breathecode/admissions/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ class CohortUserHookSerializer(serpy.Serializer):
id = serpy.Field()
user = UserSerializer()
cohort = GetSmallCohortSerializer()
academy = GetSmallAcademySerializer()
role = serpy.Field()
finantial_status = serpy.Field()
educational_status = serpy.Field()
Expand Down

0 comments on commit 4d78aad

Please sign in to comment.