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

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarahills committed Dec 20, 2018
1 parent e793f4c commit f1081f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/polly_tts.js
Expand Up @@ -220,7 +220,7 @@ var polly_tts = {
* resolves: URL of the file
* reject: error
*/
getSpeechSynthUrl: function(parts, voiceType, item_id) {
getSpeechSynthUrl: function(parts, voiceType) {
return new Promise((resolve, reject) => {
let audio_file = uuidgen.generate();
let promArray = [];
Expand Down

0 comments on commit f1081f3

Please sign in to comment.