We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5eb784 commit 6f95c12Copy full SHA for 6f95c12
ingestion/src/main.ts
@@ -30,7 +30,7 @@ async function main() {
30
31
await Algorithms.execCommand(`git clone ${REPO_URI} ${sessionID}`)
32
{
33
- const codebase = new Codebase("./project", new FileProcessor(), 1)
+ const codebase = new Codebase(sessionID, new FileProcessor(), 1)
34
await codebase.process()
35
await insertDataIntoDB(codebase.dataDirPath)
36
}
0 commit comments