Skip to content

Commit bdf2ec8

Browse files
authored
Merge pull request #190933 from danielgerlag/jobrouter/snippet-typo1
Fix typo
2 parents 2deffc4 + 7e7ad1a commit bdf2ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/how-tos/router-sdk/job-classification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ var job = await client.CreateJobAsync(
8080
{
8181
["Region"] = "NA",
8282
["Caller_Id"] = "tel:7805551212",
83-
["Caller_NPA_NXX" = "780555",
84-
["XBOX_Hardware" = 7
83+
["Caller_NPA_NXX"] = "780555",
84+
["XBOX_Hardware"] = 7
8585
}
8686
);
8787

0 commit comments

Comments
 (0)