Skip to content

Commit

Permalink
#414986 > using on load
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 9, 2024
1 parent 0f1c5b7 commit d0fd0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function init(node = document) {
return loader.decorate();
};

await Promise.all([
Promise.all([
...lcp.map(({ name, el }) => start({ name, el })),
...priority.map(({ name, el }) => start({ name, el })),
]);
Expand Down

0 comments on commit d0fd0c5

Please sign in to comment.