Skip to content

Instantly share code, notes, and snippets.

@cicdw
Created February 23, 2019 19:35
Show Gist options
  • Save cicdw/1b70f27bf5cfe85dd3540a2a60bae987 to your computer and use it in GitHub Desktop.
Save cicdw/1b70f27bf5cfe85dd3540a2a60bae987 to your computer and use it in GitHub Desktop.
Extract of the mapping code from the reminder flow
reminder_flag = is_reminder_needed.map(get_team, unmapped(updates))
res = send_reminder.map(reminder_flag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment