ok i see your point. to store the returned items you need to do, ```const cats = await Promise.all(c

ok i see your point. to store the returned items you need to do,
const cats = await Promise.all(catList.map(cat => step.do(`get cat: ${cat}`, () => env.KV.get(cat))));

this should work
Was this page helpful?