auto-git:
[change] main.js
This commit is contained in:
2
main.js
2
main.js
@@ -706,7 +706,7 @@ async function main() {
|
|||||||
if (folderObj.firstCandidateBirthday != null) {
|
if (folderObj.firstCandidateBirthday != null) {
|
||||||
const elapsedMin = (now - folderObj.firstCandidateBirthday) / 1000 / 60;
|
const elapsedMin = (now - folderObj.firstCandidateBirthday) / 1000 / 60;
|
||||||
if (elapsedMin >= minutesThreshold) {
|
if (elapsedMin >= minutesThreshold) {
|
||||||
runLLMCommitRewrite(folderObj);
|
runLLMCommitRewrite(folderObj, win);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user