wesmiler 2 lat temu
rodzic
commit
77f2b83a50
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
     }