Skip to content

Commit a99c843

Browse files
committed
readd bang
1 parent 1264474 commit a99c843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sample-cdk-source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as cdk from 'aws-cdk-lib';
44
import { SampleCdkSourceStack } from '../lib/sample-cdk-source-stack';
55

66
const stackName = process.env.STACK_NAME || 'SampleCdkSourceStack';
7-
const queueName = process.env.QueueName;
7+
const queueName = process.env.QueueName!;
88
const visibilityTimeout = Number(process.env.VisibilityTimeout || 30);
99

1010
const app = new cdk.App();

0 commit comments

Comments
 (0)