Skip to content

Commit 5cb58b3

Browse files
committed
fix return
1 parent c81b198 commit 5cb58b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/cdkConstructs/src/apps/createApp.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ export function createApp(
7575
stackName,
7676
version: versionNumber,
7777
commitId,
78-
isPullRequest
78+
isPullRequest,
79+
environment
7980
}
8081
}
8182
}

0 commit comments

Comments
 (0)