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
Previously, query api had
query().reverse().poll()
query().random().poll()
It'd be nice to have those, or at minimum a .last()
Currently would have to pass the inventory index to get those which seems like an un-necessary work around.
Previously, query api had
query().reverse().poll()
query().random().poll()
It'd be nice to have those, or at minimum a .last()
Currently would have to pass the inventory index to get those which seems like an un-necessary work around.