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) { matches.sort();
return a > b;
});
next(null, { matches: matches }); next(null, { matches: matches });
}, },
], callback); ], callback);

Loading…
Cancel
Save