Skip to content

Instantly share code, notes, and snippets.

@venkatperi
Last active October 9, 2018 14:15
Show Gist options
  • Save venkatperi/715a0d4373be7b524964b9d23f1c3f05 to your computer and use it in GitHub Desktop.
Save venkatperi/715a0d4373be7b524964b9d23f1c3f05 to your computer and use it in GitHub Desktop.
['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