Skip to content

Conversation

1aristotelis
Copy link
Contributor

lmk what you think of my addition

@1aristotelis 1aristotelis requested a review from stevenzeiler May 26, 2023 14:38

let records;

transactions.forEach(async tx => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use something compatible with async such as for (transaction of transactions) or Promise.all(transactions.map(async () =>...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants