diff --git a/client/modules/operation/index.js b/client/modules/operation/index.js index 3ce09db4..6d50f57f 100644 --- a/client/modules/operation/index.js +++ b/client/modules/operation/index.js @@ -105,7 +105,7 @@ function OperationProto(operation, data) { }); remover.on('disconnect', () => { - deleteFn = RESTful.remove; + deleteFn = RESTful.delete; }); }); }