Skip to content

Commit

Permalink
step 9 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudarshan-21 committed May 15, 2024
1 parent f5cf3ce commit e50471f
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
@@ -1,7 +1,7 @@
// src/index.js

const fs = require("fs");
const parseQuery = require("./queryParser");
const { parseQuery } = require("./queryParser");
const readCSV = require("./csvReader");

function performInnerJoin(data, joinData, joinCondition, fields, table) {
Expand Down

0 comments on commit e50471f

Please sign in to comment.