Skip to content

Commit cc769bb

Browse files
committed
refactor: PR suggestions
1 parent 90acdd0 commit cc769bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__brick__/web/flutter_bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function beginPreloading() {
6262
}
6363

6464
async function loadBatch(urls) {
65-
const loadPromises = urls.map(url => load(url).then(async () => await reportProgress()));
65+
const loadPromises = urls.map(url => load(url).then(reportProgress()));
6666
try {
6767
return await Promise.all(loadPromises);
6868
} catch (error) {

0 commit comments

Comments
 (0)