Skip to content

Commit

Permalink
chore: fix external resource index build
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Nov 7, 2024
1 parent 98c83f3 commit 2e06703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/external-resource-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default class ExternalRecourceBuilder {
if ( !res.ok ) return res;

// get latest remote index
res = await this.#getIndex( gitHubApi, cache );
res = await this.#getIndex( gitHubApi );
if ( !res.ok ) return res;
index = res.data;

Expand Down

0 comments on commit 2e06703

Please sign in to comment.