From c0be214ed2a521e59050b33ebc0321d53290a047 Mon Sep 17 00:00:00 2001 From: Jesper Wrang Date: Sun, 21 Oct 2018 21:42:33 +0200 Subject: [PATCH] Updated token for Reddit API --- package.json | 2 +- src/api/reddit/auth.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81d966c..59b7c89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "removeddit", - "version": "1.1.7", + "version": "1.1.8", "description": "View removed comments from reddit", "main": "src/index.js", "repository": { diff --git a/src/api/reddit/auth.js b/src/api/reddit/auth.js index 18f7fd3..0e23714 100644 --- a/src/api/reddit/auth.js +++ b/src/api/reddit/auth.js @@ -2,7 +2,7 @@ // The app NEEDS TO BE an installed app and NOT a web apps // Current using dummy ID from throwaway -const clientID = '33W8M1OOxPv80A' +const clientID = 'Gu4d7t1AglWJVg' // Token for reddit API let token