mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
human copy paste error
This commit is contained in:
parent
869752f575
commit
c809c0e983
@ -191,7 +191,7 @@ module.exports = function (config, mongoInstance, sharemodel) {
|
||||
mongoInstance.setMongoAttribute(remainder, context, function (err, attribute_result) {
|
||||
if (err) {
|
||||
config.errors && console.log('ERR importer.importer setMongoAttribute', err);
|
||||
return cb(err);
|
||||
return callback(err);
|
||||
}
|
||||
var documentId = 'text:'+context.collection + ':' + parent_result._id+ ':' + context.attribute;
|
||||
console.log('3 removing documentID',documentId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user