Skip to content

Commit 4bfd8f4

Browse files
Merge pull request #264237 from rzdor/rzdor-cq-and-aa-example-fix
Rzdor cq and aa example fix
2 parents 50c02bc + f5e884b commit 4bfd8f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/teams-auto-attendant/teams-auto-attendant-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ const CopyPlugin = require("copy-webpack-plugin");
401401

402402
module.exports = {
403403
mode: 'development',
404-
entry: './index.js',
404+
entry: './client.js',
405405
output: {
406406
filename: 'main.js',
407407
path: path.resolve(__dirname, 'dist'),

articles/communication-services/quickstarts/voice-video-calling/includes/teams-call-queue/teams-call-queue-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ const CopyPlugin = require("copy-webpack-plugin");
400400

401401
module.exports = {
402402
mode: 'development',
403-
entry: './index.js',
403+
entry: './client.js',
404404
output: {
405405
filename: 'main.js',
406406
path: path.resolve(__dirname, 'dist'),

0 commit comments

Comments
 (0)