Ver Fonte

Merge branch 'web_sannong_fr' into dev

15313670163 há 1 mês atrás
pai
commit
a92a1553e0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -848,7 +848,7 @@ class NewsService implements NewsServiceInterface
      */
     public function addWebsiteSurveyVote(array $data): array
     {
-        
+        return Result::success($data);
         if(isset($data['website_id']) && !empty($data['website_id'])){
             $website = Website::where('id',$data['website_id'])->first(); 
             if(empty($website)){