Skip to content

Commit

Permalink
chore: update node sdk x readme example (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar authored Dec 11, 2024
1 parent 5d2bf9d commit 3df900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-readme/visitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
})

// Get visit history of a specific visitor
client.getVisitorHistory('VISITOR_ID').then((visitorHistory) => {
client.getVisits('VISITOR_ID').then((visitorHistory) => {
console.log(visitorHistory)
})
- language: php
Expand Down

0 comments on commit 3df900e

Please sign in to comment.