Skip to content

Commit

Permalink
Update ItemEmbeddedInline.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Jan 15, 2018
1 parent 0d1de0b commit 0e089ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/Info/ItemEmbeddedInline.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class FrameStatsInline extends Command {
const options = {
uri: `https://api.warframestat.us/warframes?search=${strippedQuery}`,
json: true,
rejectUnauthorized: false,
};
let results = await request(options);
if (results.length > 0) {
Expand Down

0 comments on commit 0e089ef

Please sign in to comment.