Last active
October 9, 2018 14:15
-
-
Save venkatperi/715a0d4373be7b524964b9d23f1c3f05 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
['enter#*_#idle', () => keepState() | |
.emit('init') | |
.data({ | |
errors: {$set: []}, | |
response: {$set: null}, | |
sessionId: {$set: uniqid()} | |
})], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment