pg-mvc-service 2.0.122 → 2.0.123

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.
@@ -405,6 +405,9 @@ class ResponseType extends ReqResType_1.default {
405
405
  `;
406
406
  }
407
407
  }
408
+ if (ymlString.includes('attendeeList')) {
409
+ console.log(ymlString, errorList);
410
+ }
408
411
  return ymlString;
409
412
  }
410
413
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-mvc-service",
3
- "version": "2.0.122",
3
+ "version": "2.0.123",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/n-daira/npm-pack_mvc-service#readme",
6
6
  "bugs": {
@@ -446,6 +446,9 @@ export class ResponseType extends ReqResType {
446
446
  }
447
447
  }
448
448
 
449
+ if (ymlString.includes('attendeeList')) {
450
+ console.log(ymlString, errorList);
451
+ }
449
452
  return ymlString;
450
453
  }
451
454