Compare commits

...
Author SHA1 Message Date
pashpashpash 899434c573 revering back to diff edit v1 2025-05-04 18:01:58 -07:00
+1 -1
View File
@@ -204,7 +204,7 @@ export async function constructNewFileContent(
diffContent: string,
originalContent: string,
isFinal: boolean,
version: "v1" | "v2" = "v2",
version: "v1" | "v2" = "v1",
): Promise<string> {
const constructor = constructNewFileContentVersionMapping[version]
if (!constructor) {