From be79e86d07363fc64c98c871d210e817f91b5761 Mon Sep 17 00:00:00 2001 From: chris062689 Date: Sat, 10 Jun 2017 13:03:55 -0400 Subject: [PATCH] Removed testing client secret / key. --- scripts/games/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/games/app.js b/scripts/games/app.js index 8aac7fa..8196e59 100644 --- a/scripts/games/app.js +++ b/scripts/games/app.js @@ -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' } };