Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-ivs-alpha/lib/channel.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Gaussen <jimmy.gaussen@gmail.com>
  • Loading branch information
mazyu36 and nmussy committed May 7, 2024
1 parent 1c24353 commit 7ca984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ivs-alpha/lib/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export class Channel extends ChannelBase {
latencyMode: props.latencyMode,
name: this.physicalName,
type: props.type,
preset: props.preset,
preset,
});

this.channelArn = resource.attrArn;
Expand Down

0 comments on commit 7ca984a

Please sign in to comment.