Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
chore: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISTOPHER C FALONE committed Apr 13, 2020
1 parent c1641d2 commit df03453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions voices.js
Expand Up @@ -664,7 +664,7 @@ const voices = [
ssml: NL_SSML,
},
description: 'Liam: Dutch voice (male). This language is in beta.',
},{
}, {
name: 'ko-KR_YoungmiVoice',
language: 'ko-KR',
option: 'Korean (ko-KR): Youngmi (female)',
Expand All @@ -680,7 +680,7 @@ const voices = [
ssml: KO_SSML,
},
description: 'Youngmi: Korean voice (female). This language is in beta.',
},{
}, {
name: 'ko-KR_YunaVoice',
language: 'ko-KR',
option: 'Korean (ko-KR): Yuna (female)',
Expand All @@ -696,7 +696,7 @@ const voices = [
ssml: KO_SSML,
},
description: 'Yuna: Korean voice (female). This language is in beta.',
}
},
];

const sortedByOption = (rhs, lhs) => {
Expand Down

0 comments on commit df03453

Please sign in to comment.