barryf / vibrancy

Headless CMS and Micropub endpoint for personal websites. Used for the back-end of https://barryfrost.com
MIT License
20 stars 2 forks source link

Fix: Don't use `forEach` for async calls manner #40

Closed jamietanna closed 2 years ago

jamietanna commented 2 years ago

As noted in 0, this can cause us problems, so we should avoid it and make this a synchronous for-each call.