From d0a802798a293a0373c288c0906f8478e4534980 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 03:00:31 +0200 Subject: [PATCH] auto-git: [change] main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index ee26807..44b2fc6 100644 --- a/main.js +++ b/main.js @@ -483,7 +483,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) { } //---- 6. Workflow ---- -async function runLLMCommitRewrite(folderObj) { +async function runLLMCommitRewrite(folderObj, win) { if(!folderObj.needsRelocation){ const hashes = folderObj.llmCandidates; const birthday = folderObj.firstCandidateBirthday;