cli: CommandUpdate: Add missing clear of files vector

This commit is contained in:
Albert S. 2022-04-25 22:22:40 +02:00
γονέας a0ced3f7d0
υποβολή b229d9a68d
1 αρχεία άλλαξαν με 1 προσθήκες και 0 διαγραφές

@ -108,6 +108,7 @@ int CommandUpdate::handle(QStringList arguments)
}
}
offset += limit;
files.clear();
processedRows = this->dbService->getFiles(files, pattern, offset, limit);
}