diff --git a/index.html b/index.html
index 3e81704..882918e 100644
--- a/index.html
+++ b/index.html
@@ -10513,7 +10513,7 @@
fetch_retry: function (apicall) {
return new Promise((resolve, reject) => {
this.serverList.splice(this.curPos, 1);
- this.curPos = floCrypto.randInt(0, this.serverList.length)
+ this.curPos = floCrypto.randInt(0, this.serverList.length - 1)
this.fetch_api(apicall)
.then(result => resolve(result))
.catch(error => reject(error));
@@ -12654,14 +12654,11 @@
#!#helplineFloId=F9MAyvT5b9aSfsuukAungrbt1L5fgmJmuK
#!#cashiers=
{
- "FCja6sLv58e3RMy41T5AmWyvXEWesqBCkX": {
+ "FStdh7ze6ufJ85v4ecn8RShXub47LynUyG": {
"upi_id": "8507742774@ybl"
},
"FTpxFWdBDvYARGZuPWDhw9gke72J2pruvv": {
"upi_id": "aakriti1705sinha@okicici"
- },
- "FPFeL5PXzW9bGosUjQYCxTHSMHidnygvvd": {
- "upi_id": "7744023898@paytm"
}
}`
text = removeWhiteSpaces(text);