Resolved merge conflicts

This commit is contained in:
Niharika Goulikar
2024-12-18 10:47:34 +00:00
parent 9d4aee5de2
commit 47ecf98e2a
5 changed files with 32 additions and 11 deletions

View File

@@ -1791,4 +1791,4 @@ class TextToSpeech(Resource):
200,
)
except Exception as err:
return make_response(jsonify({"success": False, "error": str(err)}), 400)
return make_response(jsonify({"success": False, "error": str(err)}), 400)