update deps to current state of module template; update runtime to node22

This commit is contained in:
2025-06-06 17:15:26 +02:00
parent 2f9fa1cb0b
commit 084b27f945
5 changed files with 32 additions and 12 deletions

View File

@@ -146,7 +146,7 @@ export class TogglTrack extends InstanceBase<ModuleConfig> {
void (async () => {
await this.getCurrentTimer()
})()
}, 30 * 1000)
}, this.config.timerPollerInterval * 1000)
}
private stopTimeEntryPoller(): void {
this.log('info', 'Stopping TimeEntry-Poller')