Skip to content

Commit ba89247

Browse files
committed
fix: Build error
1 parent 31154ab commit ba89247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk-s3-antivirus/src/definition-initializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Construct } from '@aws-cdk/core';
44
import { AwsCustomResource, AwsCustomResourcePolicy, PhysicalResourceId } from '@aws-cdk/custom-resources';
55

66
export interface DefinitionInitializerProps {
7-
fn: IFunction;
7+
readonly fn: IFunction;
88
}
99

1010
export class DefinitionInitializer extends Construct {

0 commit comments

Comments
 (0)