Skip to content

Commit

Permalink
chore: remove redundant await
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Dec 9, 2023
1 parent a80823b commit 0115ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.ts
Expand Up @@ -131,7 +131,7 @@ async function main() {
}
});

await await Promise.all([
await Promise.all([
writeTypesFile('standard', standard),
writeTypesFile('other', other),
]);
Expand Down

0 comments on commit 0115ff8

Please sign in to comment.