perf: ticket applicant (#9205)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2022-12-14 15:24:36 +08:00
committed by GitHub
parent f42c0f667d
commit 7b0d26bbff

View File

@@ -61,7 +61,6 @@ class TicketApplySerializer(TicketSerializer):
org_id = serializers.CharField(
required=True, max_length=36, allow_blank=True, label=_("Organization")
)
applicant = serializers.CharField(required=False, allow_blank=True)
def get_applicant(self, applicant_id):
current_user = self.context['request'].user