Tucker McKnight <tucker@pangolin.lan> | Sun Feb 01 2026
Replace another use of toSorted
4
return branches.toSorted((a, b) => {4
return branches.sort((a, b) => {202
const sortedByDirectory = withNameAndDirAttrs.filter(onlyUnique).toSorted((a, b) => {202
const sortedByDirectory = withNameAndDirAttrs.filter(onlyUnique).sort((a, b) => {