Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Update nested classify json
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed Oct 28, 2023
1 parent 9e5135e commit 859bcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hcaptcha.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ function simulateMouseClick(element, clientX = null, clientY = null) {
.replace(/\s+/g, '_')
.toLowerCase();

const rankURL = `https://hekt-static.akmal.dev/ranking.json`;
const rankURL = `https://hekt-static.akmal.dev/nestclass.json`;
const fetchRank = await fetch(rankURL);
if (fetchRank.status !== 200) {
console.log('error getting rank', fetchRank, label);
Expand Down

0 comments on commit 859bcd7

Please sign in to comment.