Skip to content

Commit

Permalink
npx tslint --project . --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Oct 3, 2024
1 parent 09c6c15 commit 8379046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-ts-static-website/acl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function configureACL(bucketName: string, bucket: aws.s3.BucketV2, acl: s
bucket: bucket.bucket,
acl: acl,
}, {
dependsOn: [ownership, publicAccessBlock]
dependsOn: [ownership, publicAccessBlock],
});
return bucketACL;
}

0 comments on commit 8379046

Please sign in to comment.