Fix lint errors

This commit is contained in:
Logan Tegman
2016-02-01 14:16:27 -08:00
parent fb83f96ea5
commit e2ac51f166
3 changed files with 8 additions and 6 deletions

View File

@@ -525,7 +525,7 @@ module.exports = function(app) {
}
);
if (timezone && (!req.user.timezone || req.user.timezone != timezone)) {
if (timezone && (!req.user.timezone || req.user.timezone !== timezone)) {
req.user.timezone = timezone;
}