From 9fef88b5b136eb23f9d29ea334f88ed2ad93d8d4 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 5 Jun 2021 15:13:00 +0530 Subject: [PATCH] updated cashier details --- index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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);