Skip to content

Commit

Permalink
Fix: Specify __all__ in fields for verification template serializer
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Apr 5, 2024
1 parent 499f748 commit dd851a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ class Meta:
class VerificationTemplateSerializer(serializers.ModelSerializer):
class Meta:
model = VerificationTemplate
fields = "__all__"

0 comments on commit dd851a2

Please sign in to comment.