listo carga masiva equipos

This commit is contained in:
xXpuma99Xx
2022-08-14 18:50:49 -05:00
parent d66f4dd084
commit b0ce24dc4f
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ export class UploadFileService {
errores,
equiposNuevos,
);
if ((i + 1) % 100 === 0) {
if ((i + 1) % 100 === 0 || i + 1 === equipos.length) {
this.appGateway.equiposNuevos(institucion.id_institucion, {
errores,
mensajes,