@felloh-org/lambda-wrapper 1.1.72 → 1.1.73

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.
@@ -189,7 +189,6 @@ let Transaction = (_dec = (0, _typeorm.Entity)({
189
189
  created_at: this.created_at,
190
190
  completed_at: this.completed_at,
191
191
  currency: this.currency,
192
- organisation: null,
193
192
  provider_reference: this.provider_reference
194
193
  };
195
194
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.1.72",
3
+ "version": "1.1.73",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {