Skip to content

[ni] fixup !159 (sort function for `list-channels` was off)

aguestuser requested to merge ni-fixup-mr-159 into master
  • we were sorting by subtracting objects from each other (!!!) and this somehow made our unit test pass (???)
  • now we sort by subscriber count (descending) as intended

Merge request reports