cult-of-coders / grapher

Grapher: Meteor Collection Joins + Reactive GraphQL like queries
https://atmospherejs.com/cultofcoders/grapher
MIT License
275 stars 53 forks source link

Fix for storeOneResults when handling already processed results #405

Closed bhunjadi closed 1 year ago

bhunjadi commented 4 years ago

Adds check in storeOneResults() function to handle already processed collection results. It can happen that instead of an array, an object is passed to the function.