forked from mystiq/hydrogen-web
Fix type
This commit is contained in:
parent
2761789f45
commit
c26dc04b52
1 changed files with 1 additions and 1 deletions
|
@ -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, {
|
||||||
|
|
Loading…
Reference in a new issue