Skip to content

Commit 3a10ff2

Browse files
committed
chore: include change log
1 parent 06ca570 commit 3a10ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/backend/lib/reporting/gcpe.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ const generateExcelData = async (
534534
];
535535
// when a comparison report --> add changeLog placeholder
536536
if (compare) {
537-
row.push({ value: '' });
537+
row.push({ value: ' ' });
538538
}
539539
excelData.push(row);
540540
});
@@ -772,7 +772,7 @@ const generateExcelData = async (
772772
];
773773
// when a comparison report --> add changeLog placeholder
774774
if (compare) {
775-
row.push({ value: '' });
775+
row.push({ value: ' ' });
776776
}
777777
excelData.push(row);
778778
});

0 commit comments

Comments
 (0)