Skip to content

Commit

Permalink
refactor: removed returned draft from immer produce
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jun 10, 2021
1 parent 3d23ace commit 4547623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/state/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,5 @@ export const reducer = produce(
);
break;
}
return draft;
}
);

0 comments on commit 4547623

Please sign in to comment.