Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Nov 27, 2024
1 parent a96b098 commit 399aeb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public function translateFreeTextAnswersForQuestionnaireResponse(int $questionna
array_push($questionNamesToTranslate, $questionName);
}
}
Log::info('API Key: ' . config('app.google_translate_key'));
$translations = $this->translator->translateTexts($textsToTranslate, 'en');
$i = 0;
foreach ($responseAnswers as $questionName => $answer) {
Expand Down

0 comments on commit 399aeb6

Please sign in to comment.