Update action_manager.js

Removed unnecessary spaces
This commit is contained in:
Sweaterdog 2025-03-06 11:29:37 -08:00 committed by GitHub
parent 312d04a885
commit 7b6cd01bfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,5 +151,4 @@ export class ActionManager {
await this.stop(); // last attempt to stop
}, TIMEOUT_MINS * 60 * 1000);
}
}