cli: CommandUpdate: Add missing clear of files vector

Este commit está contenido en:
Albert S. 2022-04-25 22:22:40 +02:00
padre a0ced3f7d0
commit b229d9a68d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

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