From 75e7c1058b3df6437bd54f2fd6c51f35b67e910c Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 27 Jan 2022 15:31:11 -0500 Subject: [PATCH] lint --- lib/utils/speech-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/speech-utils.js b/lib/utils/speech-utils.js index ecf4696..c440730 100644 --- a/lib/utils/speech-utils.js +++ b/lib/utils/speech-utils.js @@ -87,7 +87,7 @@ const testWellSaidTts = async(logger, credentials) => { text: 'Hello, world', speaker_id: '3' }); - return true; + return mp3; } catch (err) { logger.info({err}, 'testWellSaidTts returned error'); throw err;