Fix syntax errors
This commit is contained in:
@@ -46,6 +46,7 @@ module.exports = {
|
||||
blueprints: {
|
||||
shortcuts: false,
|
||||
rest: false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -38,8 +38,8 @@ module.exports = {
|
||||
user.password = hash;
|
||||
cb(null, user);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user