@resolveio/server-lib 5.1.2 → 5.1.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.
@@ -292,7 +292,7 @@ function loadCronJobMethods(methodManager) {
292
292
  }
293
293
  }
294
294
  });
295
- this.callMethodInternal.call(this, 'reportBuilderBuildTree', this.form.value.collection_root, function (errCollTree, collectionTree) {
295
+ this.callMethodInternal.call(this, 'reportBuilderBuildTree', report.collection_root, function (errCollTree, collectionTree) {
296
296
  if (collectionTree) {
297
297
  collectionTree.layers = [collectionTree];
298
298
  var treeLeaves = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {