Hi,
I’ve got a weird issue where I am getting duplicate objects returned for each user. If you look in console at the second array, you will see it has duplicated objects. Can anyone see why that might be?
please note:
-
I am not talking about the 2 arrays, there are 2 because the log runs at page refresh and after the functions have run.
-
The array is there bacase I will parse from it. I know I can find someway to clean the array of duplicates… but why should I?
-
The duplicate happens even outside of the loop (I can use only the code thats commented out at the bottom and still get a duplicate)
Any ideas?
thanks
Mark


