hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
150 stars 87 forks source link

chore(docs): fix nodejs async for loop examples #657

Closed jrasm91 closed 9 months ago

jrasm91 commented 9 months ago

The block event examples do not seem to work and I have never heard of for async. I assume they are supposed to be for await, which is what the fabric samples use here.