We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74dfce commit 9bdc54eCopy full SHA for 9bdc54e
code_samples/ai_actions/assets/js/transcribe.audio.js
@@ -18,8 +18,7 @@ export default class TranscribeAudio extends BaseAIComponent {
18
19
if (request.status === 200) {
20
return this.convertToBase64(request.responseText);
21
- }
22
- else {
+ } else {
23
this.processError('Error occured when decoding the file.');
24
}
25
0 commit comments