Update: 2026-07-04 21:58:03

This commit is contained in:
Hamza-Ayed
2026-07-04 21:58:04 +03:00
parent 90fbe0ade8
commit 5f2aa84101
+1 -1
View File
@@ -187,7 +187,7 @@ class SiroGeminiService {
$text = $data['candidates'][0]['content']['parts'][0]['text'] ?? '';
return ['status' => 'success', 'html_report' => $text];
} else {
error_log(\"[SiroGeminiService] HTTP $httpCode in analyzeCompetitorFormulas: $response\");
error_log("[SiroGeminiService] HTTP $httpCode in analyzeCompetitorFormulas: $response");
return null;
}
}