Skip to content

Commit f5e6d58

Browse files
Update router-quickstart-javascript.md
1 parent 4d8f95e commit f5e6d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/router/includes/router-quickstart-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Now, we create a worker to receive work from that queue, with a label of `Some-S
128128
```javascript
129129
let worker = await routerClient.createWorker("worker-1", {
130130
totalCapacity: 1,
131-
queueIds: { [queue.id]: {} },
131+
queueAssignments: { [queue.id]: {} },
132132
labels: { "Some-Skill": 11 },
133133
channelConfigurations: { "voice": { capacityCostPerJob: 1 } },
134134
availableForOffers: true

0 commit comments

Comments
 (0)