Skip to content

Commit c095037

Browse files
authored
docs: fix buildApp type mismatch in code example (#20798)
1 parent f56d417 commit c095037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/api-environment-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ export default {
315315
builder: {
316316
buildApp: async (builder) => {
317317
const environments = Object.values(builder.environments)
318-
return Promise.all(
318+
await Promise.all(
319319
environments.map((environment) => builder.build(environment)),
320320
)
321321
},

0 commit comments

Comments
 (0)