Skip to content

Commit

Permalink
Remove stale Pending action
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Apr 6, 2017
1 parent 7458b78 commit 93c692a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion __tests__/reductive/store_test.re
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ describe "store" (fun _ => {
let expected = {
operations: [
( "1", "", Action.Add, 1.0 ),
( "1", "", Action.Pending, 1.0 ),
]
};

Expand Down
1 change: 0 additions & 1 deletion src/reductive/store.re
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ let reducer state action => {
}
| _ => {
operations: switch cur.symbol {
| Pending
| Equals => create @ state.operations
| _ => create @ old
}
Expand Down

0 comments on commit 93c692a

Please sign in to comment.