(project: string)
| 14 | }, |
| 15 | |
| 16 | async updateProject(project: string): Promise<void> { |
| 17 | await clientImageConfig.updateProject(project); |
| 18 | }, |
| 19 | |
| 20 | async updateImageUrl(imageUrl: string): Promise<void> { |
| 21 | await clientImageConfig.updateImageUrl(imageUrl); |
nothing calls this directly
no test coverage detected