Skip to content
Snippets Groups Projects
Unverified Commit 1f50dff2 authored by graywolf336's avatar graywolf336
Browse files

Change the default sort to be by name

parent b4a3eff6
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ Meteor.methods({
let options = {
fields: { name: 1 },
sort: { msgs: -1 }
sort: { name: 1 }
};
//Verify the limit param is a number
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment