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 95c7aa3 commit 68d3c2fCopy full SHA for 68d3c2f
ingestion/src/main.ts
@@ -1,7 +1,7 @@
1
import { exec } from "child_process"
2
import { v4 as uuid } from "uuid"
3
4
-import { Documentation } from "./process/documentation/prepare"
+import { Documentation } from "./process/documentation/documentation"
5
6
namespace Algorithms {
7
export async function execCommand(command: string) {
…ion/src/process/documentation/prepare.ts …c/process/documentation/documentation.tsingestion/src/process/documentation/prepare.ts renamed to ingestion/src/process/documentation/documentation.ts
0 commit comments