wesmiler 2 năm trước cách đây
mục cha
commit
77f2b83a50
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Services/Api/VideoCommentService.php

+ 1 - 0
app/Services/Api/VideoCommentService.php

@@ -244,6 +244,7 @@ class VideoCommentService extends BaseService
             return true;
         }
 
+        RedisService::clear($cacheKey);
         $this->error = 1003;
         return false;
     }