fix: node12 tests

This commit is contained in:
Barış Soner Uşaklı
2019-04-25 19:19:55 -04:00
parent 288a25f0a3
commit 8775e7e652

View File

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