diff --git a/services/batch-scheduler.ts b/services/batch-scheduler.ts index 7cd1a8a..7405dc5 100644 --- a/services/batch-scheduler.ts +++ b/services/batch-scheduler.ts @@ -139,7 +139,6 @@ class BatchScheduler { this.state.isRunning = false; this.state.canForceStop = false; this.currentAbortController = undefined; - await regenerateStartupFiles(); } }