mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-13 23:36:11 +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.