module.ts
14.6 KB
-
singlestat/module.ts onDataError was calling onDataReceived incorrectly (#4897) · bca8d6d0
onDataError was calling onDataReceived with {data : []} which breaks at the first line since object has no map function. The correct form is probably just []
Idan Zalzberg committed