Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Oct 14, 2023
1 parent 9079502 commit 67d813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/api/speech-credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ ${v.labels.description ? ` ${v.labels.description},` : ''}
${v.labels.age ? ` ${v.labels.age},` : ''}
${v.labels.gender ? ` ${v.labels.gender},` : ''}
${v.labels['use case'] ? ` ${v.labels['use case']},` : ''}
`.slice(0, -1)
`.slice(0, -2)
};
}).sort((a, b) => a.name.localeCompare(b.name)) : [];
}
Expand Down

0 comments on commit 67d813e

Please sign in to comment.