Created
February 23, 2019 19:35
-
-
Save cicdw/1b70f27bf5cfe85dd3540a2a60bae987 to your computer and use it in GitHub Desktop.
Extract of the mapping code from the reminder flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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