Vulcan/collections/users.js

5 lines
70 B
JavaScript
Raw Normal View History

Meteor.users.allow({
update: isAdminById,
remove: isAdminById
});