meteor-admin
meteor-admin copied to clipboard
Admin collections count
Hi there! Is there a bug in counting collections items? All collections except users are greater per one than real value. In /lib/server/publish.coffee line 36 counting starts from 1. I suppose it should start from 0.
_.each collectionsWithoutCustomCounter, (collection, name) ->
id = new Mongo.ObjectID
count = 1
ready = false
PS Thanks for your work.
+1
Thanks for the quick solve, @VitaliiZhukov