mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-09 02:37:01 +02:00
upgrade script was refusing to complete until I added this
@barisusakli fyi
This commit is contained in:
@@ -436,7 +436,7 @@ Upgrade.upgrade = function(callback) {
|
||||
if (setting.dailyDigestFreq !== 'off') {
|
||||
db.sortedSetAdd('digest:' + setting.dailyDigestFreq + ':uids', now, setting.uid, next);
|
||||
} else {
|
||||
next();
|
||||
next(false);
|
||||
}
|
||||
}, function(err) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user