mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-07 21:19:31 +02:00
fix mongo functions so they return correct data if duplicate keys are passed. getObjects(['post:1', 'post:1'], callback) was only returning one object.