fixed notifications not exiting (whoops)

This commit is contained in:
Julian Lam
2013-10-28 15:25:35 -04:00
parent 8ddf200ce7
commit 0a9b918c75

View File

@@ -78,6 +78,7 @@ Upgrade.upgrade = function() {
}); });
} else { } else {
winston.info('[2013/10/23] Updates to Notifications skipped.'); winston.info('[2013/10/23] Updates to Notifications skipped.');
next();
} }
}); });
} }