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

pull/4797/head^2
ibuler 4 years ago committed by Jiangjie.Bai
parent 5868d56e18
commit 4917769964

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

Loading…
Cancel
Save