-
-
Save rbiggs/ee2a30820c2cb6ec893d5752c14f5e3f to your computer and use it in GitHub Desktop.
Using actions inside a program's update method
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
| update(state, message) { | |
| return actions(state, message) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment