Skip to content

Instantly share code, notes, and snippets.

@mosufy
Created June 5, 2021 04:25
Show Gist options
  • Save mosufy/e46bbd44c0b7e1fe25880bb3ef95a9d5 to your computer and use it in GitHub Desktop.
Save mosufy/e46bbd44c0b7e1fe25880bb3ef95a9d5 to your computer and use it in GitHub Desktop.
try {
await sendMessage('User created', { userId, user });
} catch (error) {
console.log('Failed to send message, but it is ok', error);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment