Преглед изворни кода

Merge branch 'web_sannong_fr' into dev

15313670163 пре 1 месец
родитељ
комит
a92a1553e0
1 измењених фајлова са 1 додато и 1 уклоњено
  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)){