mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Updated token for Reddit API
This commit is contained in:
parent
9568e49c41
commit
c0be214ed2
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue