Skip to content

Commit

Permalink
Revert "Update Tracker.js"
Browse files Browse the repository at this point in the history
This reverts commit 0d1de0b.
  • Loading branch information
TobiTenno committed Jan 15, 2018
1 parent d91f7b1 commit 674ada3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class Tracker {
shardcount: parseInt(this.shardCount, 10),
},
json: true,
rejectUnauthorized: false,
};
try {
const parsedBody = await request(requestBody);
Expand Down Expand Up @@ -109,7 +108,6 @@ class Tracker {
server_count: parseInt(guildsLen, 10),
},
json: true,
rejectUnauthorized: false,
};
try {
const parsedBody = await request(requestBody);
Expand Down Expand Up @@ -141,7 +139,6 @@ class Tracker {
server_count: parseInt(guildsLen, 10),
},
json: true,
rejectUnauthorized: false,
};
try {
const parsedBody = await request(requestBody);
Expand Down Expand Up @@ -176,7 +173,6 @@ class Tracker {
value: 1,
},
json: true,
rejectUnauthorized: false,
};
const parsedBody = await request(requestBody);
this.logger.debug(parsedBody);
Expand Down

0 comments on commit 674ada3

Please sign in to comment.