1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

fix formatting and merge issues

This commit is contained in:
Kévin Michelet 2021-01-02 11:48:39 +01:00
parent 44e0fb61c8
commit a600ef03d6
2 changed files with 34 additions and 34 deletions

View File

@ -194,7 +194,7 @@ module.exports = function(RED) {
coll.find(selector).project(msg.projection).sort(msg.sort).limit(limit).skip(skip).toArray(function(err, items) {
if (err) {
node.error(err);
> }
}
else {
msg.payload = items;
delete msg.projection;