Fix TypeError

This commit is contained in:
yflory 2024-01-08 19:11:20 +01:00
parent 467e8ee7fe
commit ff3a40aa31

View File

@ -559,7 +559,7 @@ module.exports = function (Env, cb) {
// remove the pin logs of inactive accounts if inactive account removal is configured
if (Env.DRY_RUN) {
return void Log.info("EVICT_INACTIVE_ACCOUNT_DRY_RUN", id, cb);
return void Log.info("EVICT_INACTIVE_ACCOUNT_DRY_RUN", id, next);
}
pinStore.archiveChannel(id, undefined, function (err) {
if (err) {