This commit is contained in:
Hoan HL
2025-10-25 21:04:37 +07:00
parent acbe5aace9
commit eba06fb9c3

View File

@@ -144,7 +144,7 @@ class TtsTask extends Task {
obj = {
GOOGLE_TTS_LANGUAGE_CODE: language,
GOOGLE_TTS_VOICE_NAME: voice,
GOOGLE_APPLICATION_CREDENTIALS: JSON.stringify(credentials)
GOOGLE_APPLICATION_CREDENTIALS: JSON.stringify(credentials.credentials)
};
break;
default: