Skip to content

Commit

Permalink
fix(api): 🐛 fix func call
Browse files Browse the repository at this point in the history
Signed-off-by: Yunus Andréasson <yunus@edenmind.com>
  • Loading branch information
YunusAndreasson committed Oct 31, 2023
1 parent 8fad0a4 commit d6aff53
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified api/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"homepage": "https://openarabic.io",
"repository": "https://github.com/edenmind/OpenArabic",
"version": "1444.12.253",
"version": "1444.12.254",
"authors": [
"Yunus Andreasson <yunus@edenmind.com> (https://github.com/YunusAndreasson)"
],
Expand Down
2 changes: 1 addition & 1 deletion api/services/texts.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const generateAudio = async (words, textGuid, hashTable, sentenceGuid = 'sentenc
sentence.filename = fileNameWithoutHost

// Synthesize the sentence
const [error] = await tryToCatch(synthesize, arabic, 'ar-XA', fileName)
const [error] = await tryToCatch(synthesize, arabic, fileName)

if (error) {
throw new Error(error)
Expand Down
2 changes: 1 addition & 1 deletion package/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: open-arabic-helm
description: A Helm Chart for OpenArabic
version: 1444.0.308
version: 1444.0.309
apiVersion: v2
type: application
home: https://openarabic.io
Expand Down

0 comments on commit d6aff53

Please sign in to comment.