Skip to content

Commit

Permalink
Merge pull request #619 from pennlabs/fix-rule-serializer
Browse files Browse the repository at this point in the history
Fix rule serializer
  • Loading branch information
Clue88 authored Apr 6, 2024
2 parents d5ca38a + 962456d commit 907f24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/degree/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Meta:

def to_representation(self, instance):
data = super(RuleSerializer, self).to_representation(instance)
data.q = ""
data["q"] = ""
return data


Expand Down

0 comments on commit 907f24d

Please sign in to comment.