Skip to content

Commit

Permalink
remove nullish coalescing
Browse files Browse the repository at this point in the history
  • Loading branch information
jihndai committed Jan 28, 2022
1 parent 76b9832 commit dcb8f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-python/lib/bundling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class Bundling implements CdkBundlingOptions {

const defaultImage = DockerImage.fromBuild(path.join(__dirname, '../lib'), {
buildArgs: {
...props.buildArgs ?? {},
...props.buildArgs,
IMAGE: runtime.bundlingImage.image,
},
platform: architecture.dockerPlatform,
Expand Down

0 comments on commit dcb8f53

Please sign in to comment.