Removed testing client secret / key.

This commit is contained in:
chris062689 2017-06-10 13:03:55 -04:00
parent cdb98e964e
commit be79e86d07
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ async function getGithubIssues() {
// Force the while loop out after 10 calls.
for (var page = 0; page <= 3; page++) {
let options = {
url: `https://api.github.com/repos/citra-emu/citra/issues?per_page=99&page=${page}&client_id=fca88d03a8f4e3ae45f8&client_secret=97c8f5633b5f03a78bfa84f0ab50659db1303035`,
url: `https://api.github.com/repos/citra-emu/citra/issues?per_page=99&page=${page}`,
headers: { 'User-Agent': 'citrabot' }
};