···728728 let posts_fetches =
729729 effect.batch(
730730 list.map(items, fn(post_id) {
731731- todo as "Request post with id " <> post_id <> " here"
732732- effect.none()
731731+ let do_to = "Request post with id " <> post_id <> " here"
732732+ todo as do_to
733733 }),
734734 )
735735