Fixing typo in model template

This commit is contained in:
Ian Walter 2017-10-01 01:12:48 -04:00
parent 76290f2034
commit 2c40c2a9c3

View File

@ -68,6 +68,6 @@ module.exports = {
// After destroying a value.
// Fired after a `delete` query.
// afterDestroy: (doc, next) => {
// next();;
// next();
// }
};