@eqproject/eqp-dynamic-module 2.4.29 → 2.4.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4008,8 +4008,7 @@ class DbgetterComponent {
4008
4008
  if (ev.Behaviours.indexOf("send-out") != -1) {
4009
4009
  this.out.emit(ev);
4010
4010
  }
4011
- this.data = JSON.parse(ev.Params);
4012
- this.data = JSON.parse(this.data.result);
4011
+ this.data = JSON.parse(ev.Params.result);
4013
4012
  this.processResult(this.data);
4014
4013
  }
4015
4014
  processResult(data) {