This commit is contained in:
RMidhunSuresh 2022-05-11 15:03:32 +05:30
parent 2761789f45
commit c26dc04b52
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export class ThemeLoader {
this._platform = platform;
}
async init(manifestLocations: Iterable<Record<string, string>>): Promise<void> {
async init(manifestLocations: string[]): Promise<void> {
for (const manifestLocation of manifestLocations) {
const { body } = await this._platform
.request(manifestLocation, {