Skip to content

Instantly share code, notes, and snippets.

@ace4gi
Created February 18, 2020 10:52
Show Gist options
  • Select an option

  • Save ace4gi/860cf444addbfe090c112db85f433b3a to your computer and use it in GitHub Desktop.

Select an option

Save ace4gi/860cf444addbfe090c112db85f433b3a to your computer and use it in GitHub Desktop.
yield all(items.map(item => {
return put(changeAction(item));
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment