()
| 214 | } |
| 215 | |
| 216 | static async getContactsConfig(): Promise<Config['contacts']> { |
| 217 | await this.loadConfig(); |
| 218 | |
| 219 | return this.config.contacts; |
| 220 | } |
| 221 | |
| 222 | static async getCalendarConfig(): Promise<Config['calendar']> { |
| 223 | await this.loadConfig(); |
no test coverage detected