Last active
April 22, 2019 17:35
-
-
Save anthonybudd/c0d07fd30e16f7c4a07c901793e39550 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
tps.jobs.getEvents('fda13b53-5ba4-4245-9473-487c867f2625').then(function (events) { | |
events.map(event => { | |
console.log(event) | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment