bigbluebutton-Github/bigbluebutton-html5/imports/api/users-infos/server/methods.js

7 lines
156 B
JavaScript
Raw Normal View History

import { Meteor } from 'meteor/meteor';
import removeUserInformation from './methods/removeUserInformation';
Meteor.methods({
removeUserInformation,
});