correctly add _id default

This commit is contained in:
Matteo Pagliazzi
2015-11-25 13:43:34 +01:00
parent 3f1faf113e
commit 77d25ddc32
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -479,7 +479,6 @@ schema.plugin(baseModel, {
private: ['auth.local.hashed_password', 'auth.local.salt'],
});
schema.methods.deleteTask = function deleteTask (tid) {
this.ops.deleteTask({params: {id: tid}}, () => {}); // TODO remove this whole method, since it just proxies, and change all references to this method
};