Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Nov 13, 2020
1 parent f81cc29 commit eff57b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog_unreleased/javascript/pr-9662.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
```jsx
// Prettier stable
function* mySagas() {
yield effects.takeEvery(rexpress.actionTypes.REQUEST_START, function*({
yield effects.takeEvery(rexpress.actionTypes.REQUEST_START, function* ({
id
}) {
console.log(id);
Expand Down

0 comments on commit eff57b4

Please sign in to comment.