add error message for testing

isekai-main
Barış Soner Uşaklı 2 years ago
parent d1132ac44a
commit 052f1f2232

@ -255,6 +255,7 @@ module.exports = function (module) {
// https://github.com/NodeBB/NodeBB/issues/4467
// https://jira.mongodb.org/browse/SERVER-14322
// https://docs.mongodb.org/manual/reference/command/findAndModify/#upsert-and-unique-index
console.log('test', err.message);
if (err && err.message.startsWith('E11000 duplicate key error')) {
return await module.incrObjectFieldBy(key, field, value);
}

Loading…
Cancel
Save