const requestURL = `https://jsonplaceholder.typicode.com/posts/1/comments`;
const gg = apis1.map(ap => {
const repos = call(request, requestURL+ap.etc)
return repos;
})
console.log(gg)
I was wondering if I use .map, I can't get the real data, It was payload, how can I get the real data if I use .Map?