wesmiler 2 лет назад
Родитель
Сommit
77f2b83a50
1 измененных файлов с 1 добавлено и 0 удалено
  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;
     }