Skip to content

Commit

Permalink
[new cerebral module lib] - [operator.delete]
Browse files Browse the repository at this point in the history
  • Loading branch information
maverick-zhn committed Mar 7, 2019
1 parent 3916f27 commit a61abd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oada/operators-module",
"version": "0.3.1",
"version": "0.3.2",
"description": "cerebral module for implementing operators from an oada-compliant server",
"main": "./cerebral/index.js",
"keywords": "operators",
Expand Down
3 changes: 2 additions & 1 deletion src/sequences.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ export const deleteOperator = sequence("operators.deleteOperator", [
connection_id: state.get("operators.connection_id"),
tree,
path: "/bookmarks/operators"
})
}),
oada.delete
]);

export const updateOperator = sequence("operators.updateOperator", [
Expand Down

0 comments on commit a61abd1

Please sign in to comment.