This commit is contained in:
RMidhunSuresh 2022-05-11 15:03:32 +05:30
parent 2761789f45
commit c26dc04b52

View file

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