From 5c2f0a08db524cd3025d4b8d09bd78ad4f666503 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 24 Oct 2020 01:03:40 +0530 Subject: [PATCH] 0.0.85 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5f7e71a..7c42d55 100644 --- a/index.html +++ b/index.html @@ -13403,7 +13403,7 @@ async function getSentRupeeList() { try { ajaxGet(`https://ranchimallflo.duckdns.org/api/v1.0/getTokenTransactions?token=rupee&senderFloAddress=${myFloID}`) - .then(data => { + .then(async data => { let transactions = data.transactions console.log(transactions, data) let sortedTransactions = Object.values(transactions).sort((a, b) => b.transactionDetails.time - a.transactionDetails.time)