Commit ba5a7397 authored by Kartheek Palla's avatar Kartheek Palla
Browse files

Issue #SB-000 fix: syntax error issue fix

Showing with 6 additions and 6 deletions
+6 -6
......@@ -2,12 +2,12 @@ const _ = require("lodash");
const Papa = require("papaparse");
global.XMLHttpRequest = require('xhr2');
class CSVFileValidator {
csvFile = null;
csvData = null;
config = null;
allowedDynamicColumns = null;
flattenHierarchyObj = null;
response = null;
// csvFile = null;
// csvData = null;
// config = null;
// allowedDynamicColumns = null;
// flattenHierarchyObj = null;
// response = null;
/**
* @param {Object} config
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment