diff --git a/src/agent/action_manager.js b/src/agent/action_manager.js index 30359cb..227c031 100644 --- a/src/agent/action_manager.js +++ b/src/agent/action_manager.js @@ -151,5 +151,4 @@ export class ActionManager { await this.stop(); // last attempt to stop }, TIMEOUT_MINS * 60 * 1000); } - }