Skip to content

Commit

Permalink
chore: remove rubric field
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Oct 12, 2023
1 parent d4a1500 commit 8c8a58f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ class PageDataSerializer(Serializer):

progress = ProgressSerializer(source="*")
submission = SerializerMethodField()
rubric = RubricConfigSerializer(source="*")
assessment = SerializerMethodField()

def to_representation(self, instance):
Expand Down

0 comments on commit 8c8a58f

Please sign in to comment.