Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
fix flow ...
Browse files Browse the repository at this point in the history
  • Loading branch information
bomsy committed Sep 26, 2017
1 parent dd9eecb commit 0dfc951
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/actions/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ type PauseAction =
| {
type: "EVALUATE_EXPRESSION",
input: string,
status: string,
value: Object,
"@@dispatch/promise": any
}
Expand Down
1 change: 0 additions & 1 deletion src/reducers/expressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ function update(
value: action.value,
updating: false
});
break;
case "DELETE_EXPRESSION":
return deleteExpression(state, action.input);
}
Expand Down

0 comments on commit 0dfc951

Please sign in to comment.