Update quickstart example to include promises (for use in Vercel) #1292
Labels
status: help wanted
requesting help from the community
type: docs update
documentation change not affecting the code
Issue Summary
Within a serverless function such as Vercel it's nice to encapsulate the sending function within a promise to ensure that it completes before the job is terminated. Also checking for an API key in case it's not added by mistake
Code Snippet
Technical details:
The text was updated successfully, but these errors were encountered: