@felloh-org/lambda-wrapper 1.1.30 → 1.1.31

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.
@@ -144,7 +144,6 @@ let Transaction = (_dec = (0, _typeorm.Entity)({
144
144
  };
145
145
 
146
146
  if (this.booking !== null && typeof this.booking.id !== 'undefined') {
147
- console.log(this.booking);
148
147
  response.booking = this.booking.getPublicData();
149
148
  }
150
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felloh-org/lambda-wrapper",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "description": "Lambda wrapper for all Felloh Serverless Projects",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {