PatrickAlphaC / hardhat-nft-fcc

102 stars 140 forks source link

fix: Remove await call from readFileSync. #17

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.

PatrickAlphaC commented 2 years ago

Ah, thanks!