Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Nov 3, 2023
1 parent 23ec423 commit 2917862
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 @@ -1204,7 +1204,7 @@ export class TypedClient {
}

const builder = new xml2js.Builder({ rootName: 'Retention', renderOpts: { pretty: false }, headless: true })
const params: Record<string, any> = {}
const params: Record<string, string> = {}

if (retentionOpts.mode) {
params.Mode = retentionOpts.mode
Expand Down

0 comments on commit 2917862

Please sign in to comment.