Skip to content

Commit

Permalink
remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieleiro committed Feb 19, 2021
1 parent 26b8fd2 commit 07917df
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/models/server/models/Users.js
Original file line number Diff line number Diff line change
Expand Up @@ -1562,17 +1562,6 @@ Find users to send a message by email if:

return this.find(query, options);
}

getLanguages() {
const query = {
language: {
$exists: true,
$ne: '',
},
};

return this.find(query);
}
}

export default new Users(Meteor.users, true);

0 comments on commit 07917df

Please sign in to comment.