Created
October 9, 2018 14:22
-
-
Save venkatperi/f7c5ec3b3b74f9e41af7beef4c96b377 to your computer and use it in GitHub Desktop.
This file contains 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
['cast#done/:sessionId#running', ({data, args, event}) => | |
args.sessionId === data.sessionId | |
? nextState('done/done').data({response: {$set: event.extra}}) | |
: keepState()], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment