Created
August 28, 2024 17:17
-
-
Save cfjedimaster/522f3c3820b7ce2a472e65c4dc75e19f to your computer and use it in GitHub Desktop.
This file contains 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
// "result" is the data from the last check of the job url | |
let dataReq = await fetch(result.asset.downloadUri); | |
let data = await dataReq.json(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment