@tellescope/sdk 1.47.1 → 1.47.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.
@@ -5411,7 +5411,7 @@ var pdf_generation = function () { return __awaiter(void 0, void 0, void 0, func
5411
5411
  case 1:
5412
5412
  e = _a.sent();
5413
5413
  responses = [];
5414
- for (i = 0; i < 25; i++) {
5414
+ for (i = 0; i < 1; i++) {
5415
5415
  responses.push({
5416
5416
  fieldId: constants_1.PLACEHOLDER_ID, fieldTitle: 'test', answer: { type: 'string', value: "Answer ".concat(i) },
5417
5417
  });