Skip to content

Commit

Permalink
Revert "Update ItemEmbeddedInline.js"
Browse files Browse the repository at this point in the history
This reverts commit 0e089ef.
  • Loading branch information
TobiTenno committed Jan 15, 2018
1 parent ff8c1f7 commit d91f7b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/Info/ItemEmbeddedInline.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ 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 d91f7b1

Please sign in to comment.