TechTeamer/janus-api

Bug in the _cleanupTransactions

Closed this issue · 1 comments

chpl commented

It iterates over keys (transaction IDs) instead of values:

Object.keys(this.transactions).forEach((transaction) => {

Thanks @chpl . Solved with 4.0.1, published to npm.