Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e66aaa7

Browse files
committed
typo
1 parent 1552044 commit e66aaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parsers/NormalizeRowsToCSV.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function sanitizeDataCSV(rows: Row<RowDataType>[]): object[] {
1616
switch (cellKey) {
1717
case MetadataColumns.FILE:
1818
rowObject = updateFromPartial(rowObject, {
19-
[cellKey]: (cellValue as Link).fileName
19+
[cellKey]: (cellValue as Link).fileName()
2020
});
2121
break;
2222
default:

0 commit comments

Comments
 (0)