This commit is contained in:
sairajzero 2019-11-16 20:35:06 +05:30
parent 0f50db3315
commit a0387132cf

View File

@ -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,