fix: node12 tests

v1.18.x
Barış Soner Uşaklı 6 years ago
parent 288a25f0a3
commit 8775e7e652

@ -424,9 +424,7 @@ module.exports = function (Topics) {
}
}
matches = matches.sort(function (a, b) {
return a > b;
});
matches.sort();
next(null, { matches: matches });
},
], callback);

Loading…
Cancel
Save