(chatId: string)
| 724 | } |
| 725 | |
| 726 | static resetInstance(chatId: string): void { |
| 727 | AnalyticHandler.instances.delete(chatId) |
| 728 | } |
| 729 | |
| 730 | // Keep this as backup for orphaned instances |
| 731 | static cleanup(maxAge: number = 3600000): void { |
no test coverage detected