Skip to content

Commit

Permalink
Update lib/IAMClient.js
Browse files Browse the repository at this point in the history
Co-authored-by: Francois Ferrand <[email protected]>
  • Loading branch information
benzekrimaha and francoisferrand authored May 2, 2024
1 parent 7233c44 commit 0c94927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IAMClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class VaultClient {
assert(!this.parameterValidation || typeof accountName === 'string',
'the account name, if set, should be a string');
data.AccountName = accountName;
}
}
this.request('POST', '/', true, callback, data);
}

Expand Down

0 comments on commit 0c94927

Please sign in to comment.