Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 29, 2020 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssoncm/05008ede571941e4c32c0cc3f192ba7b to your computer and use it in GitHub Desktop.
Save alyssoncm/05008ede571941e4c32c0cc3f192ba7b to your computer and use it in GitHub Desktop.
subscription.on('enter', todo => {
console.log(`todo ${todo.id} entered`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment