Skip to content

Commit

Permalink
Revert "add rejectunauthorized"
Browse files Browse the repository at this point in the history
This reverts commit a6e0c38.
  • Loading branch information
TobiTenno committed Jan 15, 2018
1 parent 6d689a7 commit e1f3155
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/Ondemand/FrameStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class FrameStats extends Command {
const options = {
uri: 'https://api.warframestat.us/warframes',
json: true,
rejectUnauthorized: false,
};
if (frame) {
frame = frame.trim().toLowerCase();
Expand Down

0 comments on commit e1f3155

Please sign in to comment.