Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian Zhang committed Aug 9, 2021
1 parent d5baede commit e80070c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function updateS3BucketPolicy(s3Client, s3BucketName, s3Policy, revisedSta
throw this.boom.badRequest(
`Failed updating bucket policy: ${JSON.stringify(
s3Policy,
)} for bucket: ${bucketName}. Check if original bucket policy is too large`,
)} for bucket: ${s3BucketName}. Check if original bucket policy is too large`,
true,
);
}
Expand Down

0 comments on commit e80070c

Please sign in to comment.