Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Jun 14, 2024
1 parent 97e06b3 commit 86a64ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/get-tts-voices.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ const getAwsVoices = async(_client, createHash, retrieveHash, logger, credential
credentials: await getAwsAuthToken(
logger, createHash, retrieveHash,
{
accessKeyId: null,
secretAccessKey: null,
region,
RoleArn: roleArn
}),
Expand Down
2 changes: 0 additions & 2 deletions lib/synth-audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ const synthPolly = async(createHash, retrieveHash, logger,
credentials: await getAwsAuthToken(
logger, createHash, retrieveHash,
{
accessKeyId: null,
secretAccessKey: null,
region,
RoleArn: roleArn
}),
Expand Down

0 comments on commit 86a64ac

Please sign in to comment.