Skip to content

Commit 5635f8a

Browse files
chore: removes useless comment
1 parent 1385e57 commit 5635f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/resources/VectorIndex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class VectorIndex extends Construct {
5353
}
5454

5555
const cfnIndex = new CfnIndex(this, "MyCfnIndex", {
56-
collectionEndpoint: props.collection.collectionEndpoint, // Use L2 property
56+
collectionEndpoint: props.collection.collectionEndpoint,
5757
indexName: this.indexName,
5858
mappings: indexMapping,
5959
settings: {

0 commit comments

Comments
 (0)