fix(terminal): 修复获取螺旋的异步api

pull/4797/head^2
ibuler 2020-10-15 10:23:42 +08:00 committed by Jiangjie.Bai
parent 5868d56e18
commit 4917769964
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ class SessionReplayViewSet(AsyncApiMixin, viewsets.ViewSet):
return data return data
def is_need_async(self): def is_need_async(self):
return False
if self.action != 'retrieve': if self.action != 'retrieve':
return False return False
return True return True