Carlos Santiago
Results
2
comments of
Carlos Santiago
Try this: ``` // on server Accounts.onCreateUser(function (options, user) { user.profile = {}; // create a empty array to avoid the Exception while invoking method 'adminCheckAdmin' user.emails = []; return...