@eo-sdk/client 8.12.2 → 8.12.3

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.
@@ -3263,6 +3263,8 @@
3263
3263
  return this.backend.get(uri).pipe(operators.map(function (res) { return res; }), operators.tap(function (res) {
3264
3264
  // Extend existing processes with additional data, instead of overwriting all processes
3265
3265
  if (additionalData) {
3266
+ if (!_this.executableProcesses)
3267
+ _this.executableProcesses = [];
3266
3268
  res.forEach(function (proc) {
3267
3269
  var existingProcIndex = _this.executableProcesses.findIndex(function (item) { return item.id == proc.id; });
3268
3270
  if (existingProcIndex == -1)