fix: access creation in comments (#2013)

This commit is contained in:
Nikhil 2023-08-29 16:40:28 +05:30 committed by GitHub
parent b2a41d3bf6
commit 90cf39cf59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -584,7 +584,6 @@ class IssueCommentSerializer(BaseSerializer):
"updated_by", "updated_by",
"created_at", "created_at",
"updated_at", "updated_at",
"access",
] ]