Last active
November 27, 2019 10:06
-
-
Save dabeeeenster/9d8bab8c57cbeb2b920998a45c51cc5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Retrieve users from your database - code would depend on your DB etc | |
| # users = db.getAllUsers() | |
| for (i = 0; i < users.length; i++) { | |
| bulletTrain.identify(users[i].id) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment