Skip to content

Commit 9bdc54e

Browse files
mnocongithub-actions[bot]
authored andcommitted
PPHP & JS CS Fixes
1 parent c74dfce commit 9bdc54e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code_samples/ai_actions/assets/js/transcribe.audio.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ export default class TranscribeAudio extends BaseAIComponent {
1818

1919
if (request.status === 200) {
2020
return this.convertToBase64(request.responseText);
21-
}
22-
else {
21+
} else {
2322
this.processError('Error occured when decoding the file.');
2423
}
2524
}

0 commit comments

Comments
 (0)