We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7588b51 commit 9996061Copy full SHA for 9996061
packages/@aws-cdk/aws-sqs/lib/queue.ts
@@ -268,7 +268,7 @@ export class Queue extends QueueBase {
268
public readonly encryptionMasterKey = attrs.keyArn
269
? kms.Key.fromKeyArn(this, 'Key', attrs.keyArn)
270
: undefined;
271
- public readonly fifo: boolean = this.determineFifo();;
+ public readonly fifo: boolean = this.determineFifo();
272
273
protected readonly autoCreatePolicy = false;
274
0 commit comments