Skip to content

Commit

Permalink
Add missing await (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Sep 30, 2019
1 parent daa76c9 commit 566d90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runWithOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function runWithOptions(options: BackportOptions) {
});

if (backportSucceeded && options.backportCreatedLabels.length > 0) {
Promise.all(
await Promise.all(
commits.map(async ({ pullNumber }) => {
if (pullNumber) {
return withSpinner(
Expand Down

0 comments on commit 566d90a

Please sign in to comment.