Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
656 stars 90 forks source link

Fix change in default behavior for getDocs #294

Closed KoenLav closed 1 year ago

KoenLav commented 1 year ago

Before https://github.com/Meteor-Community-Packages/meteor-collection-hooks/pull/256 getDocs would return all fields of a document by default.

This commit restores the previous behavior.