Skip to content

Instantly share code, notes, and snippets.

@MariusBongarts
Created August 26, 2022 09:09
Show Gist options
  • Select an option

  • Save MariusBongarts/3b954c787ac9031f72e21c2a6c288f3e to your computer and use it in GitHub Desktop.

Select an option

Save MariusBongarts/3b954c787ac9031f72e21c2a6c288f3e to your computer and use it in GitHub Desktop.
const { error, result } = await ogs({ url: params.url, retry: 0 });
if (error || !result?.success) {
return {
statusCode: 500,
body: JSON.stringify(error),
headers,
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment