Skip to content

Commit f5e884b

Browse files
authored
Update teams-call-queue-javascript.md
1 parent 0f9076a commit f5e884b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)