Skip to content

Commit

Permalink
Merge pull request #654 from UnitapApp/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alimaktabi authored Oct 31, 2024
2 parents 77349b1 + e9f5f5d commit 2c76b70
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions telegram/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ class TelegramConnectionSerializer(BaseThirdPartyConnectionSerializer):
class Meta:
model = TelegramConnection
fields = "__all__"
read_only_fields = [
"created_on",
"pk",
"user_profile",
"title",
]
read_only_fields = ["created_at", "pk", "user_profile", "title"]

def validate_address(self, raise_exception=False):
return True

0 comments on commit 2c76b70

Please sign in to comment.