Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Update services/blockchain-connector/shared/sdk/client.js
Browse files Browse the repository at this point in the history
Co-authored-by: Vardan Nadkarni <vardan.nadkarni@gmail.com>
  • Loading branch information
priojeetpriyom and vardan10 authored Dec 20, 2023
1 parent 4582b39 commit 4c708ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/blockchain-connector/shared/sdk/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const refreshClientsCache = async () => {
index++;
}
} catch (err) {
logger.info(`Failed to check client aliveness.\nError:${err.message}`);
logger.info(`Failed to refresh an active API client from cache.\nError:${err.message}`);
}
}

Expand Down

0 comments on commit 4c708ce

Please sign in to comment.