mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Fix lint
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user