This commit is contained in:
Daniel Lugo 2020-02-13 18:45:37 -04:00
parent c8675f5cfe
commit 80481f77fe

View file

@ -77,6 +77,9 @@ const listenerForAddr = addr => data => {
return
}
console.log('data')
console.log(data)
if (typeof data !== 'object' || data === null) {
currAddressData = {}
} else {