Skip to content

POST api/v1/posts - #94

Open
1aristotelis wants to merge 2 commits into
masterfrom
ingest
Open

1aristotelis wants to merge 2 commits into
masterfrom
ingest

Conversation

@1aristotelis

Copy link
Copy Markdown
Contributor

lmk what you think of my addition

@1aristotelis
1aristotelis requested a review from stevenzeiler May 26, 2023 14:38
Comment thread src/server/handlers/content.ts Outdated

let records;

transactions.forEach(async tx => {

Copy link
Copy Markdown
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