Skip to content

Instantly share code, notes, and snippets.

@mosufy
Created June 5, 2021 04:41
Show Gist options
  • Save mosufy/1421f83eacd5a5ae7d9cc0c06399bf23 to your computer and use it in GitHub Desktop.
Save mosufy/1421f83eacd5a5ae7d9cc0c06399bf23 to your computer and use it in GitHub Desktop.
try {
await insertNewUser(user);
} catch (error) {
return {
error: {
message: error.message,
code: 'FAILED_INSERT_USER',
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment