From 6157c544e766c37708a80ea02ee544cacddd00e8 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 22:02:21 +0200 Subject: [PATCH] Fix typo in comment for firstCandidateBirthday --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index c158653..9e4fffd 100644 --- a/main.js +++ b/main.js @@ -655,7 +655,7 @@ async function autoCommit(folderPath, message) { await runLLMCommitRewrite(folderPath, cands); //folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! needs logic to handle several llm runs called at the same time //folders[idx].llmCandidates = []; - //folders.[idx].firstCandidateBirthday + //folders.[idx].firstCandidateBirthday = null store.set('folders', folders); } store.set('folders', folders);