Skip to content

Commit 9ad3eef

Browse files
committed
CR changes - add JSDoc @returns in function is_account_exists_by_principal in config_fs
Signed-off-by: shirady <[email protected]>
1 parent b95d8a2 commit 9ad3eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sdk/config_fs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ class ConfigFS {
473473
*
474474
* @param {string|SensitiveString} principal
475475
* @param {object} options
476+
* @returns {Promise<Boolean>}
476477
*/
477478
async is_account_exists_by_principal(principal, options = { silent_if_missing: true }) {
478479
if (principal === undefined) return undefined;

0 commit comments

Comments
 (0)