Skip to content

Commit 5d1a179

Browse files
committed
Minor typo
1 parent 3fe2e98 commit 5d1a179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/CSVURLModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class CSVURLModule {
5959
});
6060
this.data = normalizeEmptyValues(parsedData, this.unalterableColumns);
6161
}
62-
return validateCSV(this.url, csvSchema, this.csvModule.data);
62+
return validateCSV(this.url, csvSchema, this.data);
6363
}
6464
logger.warn(`No CSV schema provided for data found at ${this.url}`);
6565
return true;

0 commit comments

Comments
 (0)