wesmiler 2 anos atrás
pai
commit
77f2b83a50
1 arquivos alterados com 1 adições e 0 exclusões
  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;
     }