tokens: add lastUsedTime
This commit is contained in:
@@ -1457,6 +1457,8 @@ function cleanupMissingBackups(backupConfig, progressCallback, callback) {
|
||||
|
||||
let page = 1, perPage = 1000, more = false, missingBackupIds = [];
|
||||
|
||||
if (constants.TEST) return callback(null, missingBackupIds);
|
||||
|
||||
async.doWhilst(function (whilstCallback) {
|
||||
backupdb.list(page, perPage, function (error, result) {
|
||||
if (error) return whilstCallback(error);
|
||||
|
||||
Reference in New Issue
Block a user