Skip to content

Commit

Permalink
step 8 passed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudarshan-21 committed May 15, 2024
1 parent f844007 commit 0992a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function executeSELECTQuery(query) {
}

console.log(`Reading data from file: ${filePath}`);
const data = await readCSV(filePath);
let data = await readCSV(filePath);

// Perform INNER JOIN if specified
if (joinTable && joinCondition) {
Expand Down

0 comments on commit 0992a61

Please sign in to comment.