xielin %!s(int64=5) %!d(string=hai) anos
pai
achega
810e359bed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Transformers/Circle/QuestionTransformer.php

+ 1 - 1
app/Transformers/Circle/QuestionTransformer.php

@@ -32,7 +32,7 @@ class QuestionTransformer extends TransformerAbstract
         return [
             'id' => $interestCircle['id'],
             'join_question' => $this->formatQuestion($interestCircle),
-            'answer_count' => $answer > 0 ? $answer : 0
+            'answer_count' => $answer
         ];
     }