update deps to current state of module template

This commit is contained in:
2025-06-06 17:15:26 +02:00
parent 0e8d7ffa32
commit 0ab9fd495f
4 changed files with 30 additions and 11 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')