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