This commit is contained in:
Dragon Fire
2020-03-13 10:42:37 -04:00
parent 8e6e01ddf4
commit 9a609b2def
+1 -1
View File
@@ -72,7 +72,7 @@ module.exports = class StocksCommand extends Command {
.query({
query,
region: 1,
lang: 'en'
lang: 'en'
});
if (!body.ResultSet.Result.length) return null;
return body.ResultSet.Result[0];