Usando estilos lint

This commit is contained in:
SinR0str0
2026-08-09 21:35:44 -06:00
parent 8834d654d3
commit 0cb847d057
+1 -1
View File
@@ -131,7 +131,7 @@ export class EmailService {
const worksheet = workbook.worksheets[0];
const data: any[] = [];
let headers: string[] = [];
const headers: string[] = [];
worksheet.eachRow((row, rowNumber) => {
const rowData: any = {};
row.eachCell({ includeEmpty: true }, (cell, colNumber) => {