Skip to content

Commit

Permalink
Revert "Update Weapon.js"
Browse files Browse the repository at this point in the history
This reverts commit d76458b.
  • Loading branch information
TobiTenno committed Jan 15, 2018
1 parent 3558cc4 commit ff8c1f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/Ondemand/Weapon.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class WeaponStats extends Command {
const options = {
uri: `https://api.warframestat.us/weapons?search=${weapon}`,
json: true,
rejectUnauthorized: false,
};
const results = await request(options);
if (results.length > 0) {
Expand Down

0 comments on commit ff8c1f7

Please sign in to comment.