hardhat-starter-kit icon indicating copy to clipboard operation
hardhat-starter-kit copied to clipboard

fix: incorrect async call to toString method

Open IgorShadurin opened this issue 1 year ago • 0 comments

This PR addresses an issue where the toString method was erroneously called as an async function. Since toString is a synchronous operation, this commit corrects the call to ensure it is executed in the proper synchronous context, improving code reliability and maintainability.

IgorShadurin avatar Nov 09 '23 19:11 IgorShadurin