1
0

Remove redundant store set call in main.js

This commit is contained in:
2025-05-26 19:38:41 +02:00
parent beb5488310
commit aa189e0956

View File

@@ -688,7 +688,6 @@ async function autoCommit(folderPath, message, win) {
//folders[idx].linesChanged = 0; // !!!!!!!!!!!!!!!!!!!! needs logic to handle several llm runs called at the same time test
//folders[idx].llmCandidates = [];
//folders.[idx].firstCandidateBirthday = null
store.set('folders', folders);
}
store.set('folders', folders);
} else {