diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3046a1f200..4005867949 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -43,7 +43,7 @@ jobs: - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: - commit_message: PHP CS Fixes + commit_message: PHP & JS CS Fixes - name: Install dependencies run: | diff --git a/code_samples/ai_actions/assets/js/transcribe.audio.js b/code_samples/ai_actions/assets/js/transcribe.audio.js index 4a1287e19b..1ad3830a93 100644 --- a/code_samples/ai_actions/assets/js/transcribe.audio.js +++ b/code_samples/ai_actions/assets/js/transcribe.audio.js @@ -18,8 +18,7 @@ export default class TranscribeAudio extends BaseAIComponent { if (request.status === 200) { return this.convertToBase64(request.responseText); - } - else { + } else { this.processError('Error occured when decoding the file.'); } }