()
| 434 | } |
| 435 | |
| 436 | private getSchedulerAdapter(): SchedulerAdapter | null { |
| 437 | const adapter = this.adapterMap?.get("scheduler"); |
| 438 | if (!adapter) return null; |
| 439 | return adapter as SchedulerAdapter; |
| 440 | } |
| 441 | |
| 442 | private normalizeAttachments( |
| 443 | attachments: unknown, |