From a0387132cf65a048d7fd801494f99e9c4f56c6a5 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sat, 16 Nov 2019 20:35:06 +0530 Subject: [PATCH] bug fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c0f5fd4..897bfb4 100644 --- a/index.html +++ b/index.html @@ -6328,7 +6328,7 @@ var requestorWS = new WebSocket("wss://" + floGlobals.supernodes[event.from].uri + "/ws") requestorWS.onopen = (evt) => { floGlobals.storageList.forEach(obs => { - compactIDB.searchData(obs, {lowerKey: event.lowerKey[obs]}, `SN_${data.backupMsg.snfloID}`).then(result => { + compactIDB.searchData(obs, {lowerKey: event.lowerKey[obs]}, `SN_${event.snfloID}`).then(result => { for(k in result){ var sendData = { from: myFloID,