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 0e767f4 commit a0f2d7dCopy full SHA for a0f2d7d
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