Skip to content

Commit

Permalink
js: remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Jun 17, 2023
1 parent b05c42a commit 21fcd3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions trackjs/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ track.on('event', ({userId, event, properties}) => {
console.log(`Event: ${event} from [${userId}]: ${properties}`)
})


track.on('ident', ({userId, traits}) => {
console.log(`User: ${userId} with traits: ${traits}`)
})


track.on('group', ({userId, groupId, traits}) => {
console.log(`User: ${userId}, group: ${groupId} with traits: ${traits}`)
})
Expand Down

0 comments on commit 21fcd3e

Please sign in to comment.