Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3df900e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Dec 11, 2024
1 parent 39a5f73 commit cd89878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/fingerprint-server-api-readme-explorer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@ paths:
})
// 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 cd89878

Please sign in to comment.