Why is the arr array not in the users object after creation of it?
问题 I am try to make arr a array that every user has but is never sent to client side. A day ago the it stopped being put into user objects on user create. Here is the code; thanks. client Template.create_user.events({ 'click #create-user-button': function() { var username = $("#username").val(); var password = $("#password").val(); var email = $("#email").val(); var bio = $("#bio").val() || ""; if (!username || !password || !email) { } else { Accounts.createUser({ username: username, password: