mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-08-19 05:03:28 +08:00
Sort market results by price to try to avoid duplicates
This commit is contained in:
@@ -25,6 +25,8 @@ SteamCommunity.prototype.marketSearch = function(options, callback) {
|
||||
|
||||
qs.start = 0;
|
||||
qs.count = 100;
|
||||
qs.sort_column = 'price';
|
||||
qs.sort_dir = 'asc';
|
||||
performSearch(this.request, qs, [], callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user