Skip to content

Commit

Permalink
fix: revert fdc response serialization to readonlyfield
Browse files Browse the repository at this point in the history
  • Loading branch information
janezicmatej committed Nov 13, 2024
1 parent b75b55d commit 6b3102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdc/serializers/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class AttestationMinimalProofSerializer(serializers.ModelSerializer):
response = serializers.CharField(read_only=True)
response = serializers.ReadOnlyField()

class Meta:
model = AttestationResult
Expand Down

0 comments on commit 6b3102e

Please sign in to comment.