Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed May 6, 2024
1 parent ea986f8 commit d527de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ export class TypedClient {
async getObjectRetention(
bucketName: string,
objectName: string,
getOpts?: GetObjectRetentionOpts | undefined,
getOpts?: GetObjectRetentionOpts,
): Promise<ObjectRetentionInfo | null | undefined> {
if (!isValidBucketName(bucketName)) {
throw new errors.InvalidBucketNameError('Invalid bucket name: ' + bucketName)
Expand Down

0 comments on commit d527de9

Please sign in to comment.