fix get aws voice should not be limit in en-US

This commit is contained in:
Quan HL
2024-01-25 21:37:38 +07:00
parent 1b1a0f19d0
commit 706f6d5808
+1 -1
View File
@@ -97,7 +97,7 @@ const getAwsVoices = async(_client, logger, credentials) => {
secretAccessKey
}
});
const command = new DescribeVoicesCommand({LanguageCode: 'en-US'});
const command = new DescribeVoicesCommand({});
const response = await client.send(command);
return response;
} catch (err) {