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 8c4e12e commit 09e833d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/get-tts-voices.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ const getAwsVoices = async(_client, createHash, retrieveHash, logger, credential
client = new PollyClient({
region,
credentials: await getAwsAuthToken(
logger, createHash, retrieveHash,
logger, createHash, retrieveHash,
{
accessKeyId: null,
secretAccessKey: null,
region,
RoleArn: roleArn
}),
}),

Check failure on line 117 in lib/get-tts-voices.js

View workflow job for this annotation

GitHub Actions / build

Expected indentation of 10 spaces but found 9
});
} else {
client = new PollyClient({region});
Expand Down

0 comments on commit 09e833d

Please sign in to comment.