@felloh-org/lambda-wrapper 1.2.33 → 1.2.34

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.
@@ -117,7 +117,7 @@ let Organisation = (_dec = (0, _typeorm.Entity)({
117
117
  image: this.image
118
118
  };
119
119
 
120
- if (this.parent !== null && typeof this.parent.getPublicCompactData === 'function') {
120
+ if (this.parent && typeof this.parent.getPublicCompactData === 'function') {
121
121
  response.parent = this.parent.getPublicCompactData();
122
122
  }
123
123
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.2.33",
3
+ "version": "1.2.34",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "engines": {