#Multiple request issue

3 messages · Page 1 of 1 (latest)

graceful grotto
#

this isn't really a TS issue, but presumably you mean meta_data.total_count instead of allUsers.length in the loop condition

pale wyvern
#

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);

graceful grotto
#

pull meta_data out of the loop, or restructure your loop so that you break inside it