points: [5,4,8,3,4,0]
Books.update({_id:"selected_player"}, {$addToSet: {points[5]: 17}});
Books.update('RZQ8M8ooXyF9Bxdcv', {$addToSet: {points[5]: 17}});
--
You received this message because you are subscribed to the Google Groups "meteor-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meteor-talk...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Books.update({_id:"selected_player"}, {$set: {"points.5": 17}});