Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
f00d4tehg0dz authored Sep 5, 2022
1 parent 9eed810 commit d68dd1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions com.f00d4tehg0dz.cookieclicker.sdPlugin/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if ($SD) {

xhr.setRequestHeader("Accept", "application/json");
xhr.setRequestHeader("Content-Type", "application/json");
xhr.setRequestHeader('x-access-token', "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmb28iOiJmdWNrIiwiaWF0IjoxNjYyMzM5NTE4fQ.x-CrvDNdUYu4Okgb1xt1ONg7DHIx9swkrlnUeD2QAoc");
xhr.setRequestHeader('x-access-token', "");

xhr.onload = () => console.log(xhr.responseText);
const name = settings.nameKey;
Expand All @@ -125,7 +125,7 @@ if ($SD) {

xhr.setRequestHeader("Accept", "application/json");
xhr.setRequestHeader("Content-Type", "application/json");
xhr.setRequestHeader('x-access-token', "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmb28iOiJmdWNrIiwiaWF0IjoxNjYyMzM5NTE4fQ.x-CrvDNdUYu4Okgb1xt1ONg7DHIx9swkrlnUeD2QAoc");
xhr.setRequestHeader('x-access-token', "");


const name = settings.nameKey;
Expand Down Expand Up @@ -303,4 +303,4 @@ if ($SD) {
}
}

}
}

0 comments on commit d68dd1e

Please sign in to comment.