PatrickAlphaC / hardhat-nft-fcc

100 stars 139 forks source link

fix: Remove await call from readFileSync. #18

Closed pongib closed 2 years ago

pongib commented 2 years ago

No need to use await keyword when calling a synchronous function. Here is readFileSync.