From 674c323a8925db1a284c2ed5102a63ed4e686bcf Mon Sep 17 00:00:00 2001 From: benzekrimaha <144012792+benzekrimaha@users.noreply.github.com> Date: Thu, 2 May 2024 11:53:07 +0200 Subject: [PATCH] Update lib/IAMClient.js Co-authored-by: William <91462779+williamlardier@users.noreply.github.com> --- lib/IAMClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IAMClient.js b/lib/IAMClient.js index 66f98b3..66c65cf 100644 --- a/lib/IAMClient.js +++ b/lib/IAMClient.js @@ -343,7 +343,7 @@ class VaultClient { if (accountName) { assert(!this.parameterValidation || typeof accountName === 'string', - 'the account name, if set, should be a string'); + 'the account name, if set, should be a string'); data.AccountName = accountName; } this.request('POST', '/', true, callback, data);