Skip to content

Commit

Permalink
major bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 12, 2024
1 parent 05cf580 commit 27beaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkwpp-ctgp-doublecheck/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function resetOutput() {
document.getElementById("startChecker").addEventListener("click", async function() {
for (let ppid in ctgpLinks) {
let chadsoftTimeSheet = {};
let mkwppTimesheetRequest = parseTimesheetMKWPP(`https://corsproxy.io/?https://www.mariokart64.com/mkw/profile.php?pid=${i}`);
let mkwppTimesheetRequest = parseTimesheetMKWPP(`https://corsproxy.io/?https://www.mariokart64.com/mkw/profile.php?pid=${ppid}`);

let mkwppTimesheet = await mkwppTimesheetRequest;
}
Expand Down

0 comments on commit 27beaa6

Please sign in to comment.