Skip to content

Commit 6f95c12

Browse files
committed
Minor changes
1 parent e5eb784 commit 6f95c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingestion/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function main() {
3030

3131
await Algorithms.execCommand(`git clone ${REPO_URI} ${sessionID}`)
3232
{
33-
const codebase = new Codebase("./project", new FileProcessor(), 1)
33+
const codebase = new Codebase(sessionID, new FileProcessor(), 1)
3434
await codebase.process()
3535
await insertDataIntoDB(codebase.dataDirPath)
3636
}

0 commit comments

Comments
 (0)