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
Add consistent list sorting (#28)
* fixed implementation of listQueues to return alphabetically sorted list
* Implemented sortOrder for ListQueues
* fixed a test
* convert sort type to flag, cleanup and test fixing
* don't flush (it's dangerous)
* cleanup