bugfix: flosight

This commit is contained in:
Sai Raj 2021-06-05 13:16:49 +05:30 committed by GitHub
parent b0a0845e89
commit f12e6ae35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7862,7 +7862,7 @@
util: {
serverList: floGlobals.apiURL[floGlobals.blockchain].slice(0),
curPos: floCrypto.randInt(0, floGlobals.apiURL[floGlobals.blockchain].length),
curPos: floCrypto.randInt(0, floGlobals.apiURL[floGlobals.blockchain].length - 1),
fetch_retry: function (apicall) {
return new Promise((resolve, reject) => {
this.serverList.splice(this.curPos, 1);
@ -10179,4 +10179,4 @@
</body>
</html>
</html>