Skip to content

Commit

Permalink
Uppercase v in visitor api
Browse files Browse the repository at this point in the history
  • Loading branch information
jaoaustero committed Oct 3, 2024
1 parent 62b9c1d commit 798209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/services/tawk-messenger.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default class TawkMessenger extends Service {
/**
* API for setting a data on the widget
*/
tawkvisitor(data) {
tawkVisitor(data) {
window.Tawk_API.visitor = data;
}

Expand Down

0 comments on commit 798209c

Please sign in to comment.