Skip to content

Instantly share code, notes, and snippets.

@Fleker
Created August 5, 2019 21:33
Show Gist options
  • Save Fleker/8edd6f48a495a0d2d127e1b482fbc426 to your computer and use it in GitHub Desktop.
Save Fleker/8edd6f48a495a0d2d127e1b482fbc426 to your computer and use it in GitHub Desktop.
async function cacheResults(conv: Conv) {
const response = await fetch(tabletopAudioUrl)
const json: TabletopAudioResponse = await response.json()
conv.data.json = json
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment