This commit is contained in:
Quan HL
2023-08-25 15:57:43 +07:00
parent 35deeecf70
commit 95a1384f02
+1 -1
View File
@@ -311,7 +311,7 @@ async function synthMicrosoft(logger, {
text,
filePath
}) {
const synthFunc = process.env.ONPREM_AZURE_SYNTHESIZE_BY_HTTP ?
const synthFunc = process.env.JAMBONZ_ONPREM_AZURE_SYNTHESIZE_BY_HTTP ?
_synthMicrosoftByHttp : _synthMicrosoftBySdk;
return await synthFunc(logger, {
credentials,