You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The results array is global to the module. if a client makes two simultaneous selects, one select return with also include results from the other select.
The results array is global to the module. if a client makes two simultaneous selects, one select return with also include results from the other select.
I suggest scoping results to a function.