diff --git a/index.html b/index.html index f6616a1..a6ebc35 100644 --- a/index.html +++ b/index.html @@ -3864,7 +3864,8 @@ }) resolve(allTransactions) }).catch(error => { - reject(error) + resolve([]) + console.error(error) }) // resolve(tempTransactions) })