correctly add _id default
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user