Skip to content

Simplify the async functions in watson tts code

Le fractal requested to merge fix-async-functions-tts into main

Instead of the nested promises from hell, use the 'await' keyword.

Merge request reports