#Multiple request issue
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
this isn't really a TS issue, but presumably you mean meta_data.total_count instead of allUsers.length in the loop condition
yes but is shows this: User
it says that : Cannot find name 'meta_data'.ts(2304) in the line while (page * perPage < meta_data.total_count);
pull meta_data out of the loop, or restructure your loop so that you break inside it