msavin / userCache

The one simple trick that can save you millions of database requests
MIT License
35 stars 6 forks source link

fix #5 #7 #8 #9 #10

Open wildhart opened 5 years ago

wildhart commented 5 years ago

Here's my PR to fix the minor issues I found since I started using this excellent package!

I've tested this in production with Meteor 1.8.

wildhart commented 5 years ago

Just realised that {fields} is ES2015 only. Is anyone on Meteor not using ES2015? Might be worth replacing with {fields: fields} just to make sure.