sftp.rebuild does not need options anymore
This commit is contained in:
@@ -77,7 +77,7 @@ function scheduleTask(appId, taskId, callback) {
|
||||
locker.unlock(locker.OP_APPTASK); // unlock event will trigger next task
|
||||
|
||||
// post app task hooks
|
||||
sftp.rebuild({}, function (error) {
|
||||
sftp.rebuild(function (error) {
|
||||
if (error) console.error('Unable to rebuild sftp:', error);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user