Skip to content

Commit

Permalink
Merge pull request LivePersonInc#329 from ginoemiliozzi/patch-1
Browse files Browse the repository at this point in the history
Minor fix in setVisitorName page
  • Loading branch information
Eden Kupermintz authored Jun 13, 2019
2 parents c106875 + bf87b90 commit edcaa80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var failedRequest = myChat.setVisitorName({
visitorName: "Phil",
success: myChat.nameUpdated,
error: myChat.nameUpdateFailed,
conext: myChat
context: myChat
});

if(failedRequest && failedRequest.error){
Expand Down

0 comments on commit edcaa80

Please sign in to comment.