chore(core): rename viewsets/ticket_comment.py -> viewsets/ticket_comment_depreciated.py

ref: #732 #726
This commit is contained in:
2025-04-26 05:49:19 +09:30
parent 8d1098ec9e
commit dbc849d3f1
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from api.views.mixin import OrganizationPermissionAPI
from api.viewsets.common import ModelViewSet
from core import exceptions as centurion_exceptions
from core.serializers.ticket_comment import (
from core.serializers.ticket_comment_depreciated import (
Ticket,
TicketComment,
TicketCommentImportModelSerializer,