From 3c0f937295c2109c955de38a7b08c239371c295a Mon Sep 17 00:00:00 2001 From: OkaykOrhmn Date: Wed, 16 Jul 2025 10:40:12 +0330 Subject: [PATCH] form-service .ts code completed, not check and debugged --- git | 0 src/formSection/entity/formSection.entity.ts | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 git diff --git a/git b/git new file mode 100644 index 0000000..e69de29 diff --git a/src/formSection/entity/formSection.entity.ts b/src/formSection/entity/formSection.entity.ts index 3979607..874a5fe 100644 --- a/src/formSection/entity/formSection.entity.ts +++ b/src/formSection/entity/formSection.entity.ts @@ -56,10 +56,10 @@ export class FormSection extends BaseEntity { attachments: Attachment[]; @Prop({ - type: [DisplayContidionSchema], + type: [DisplayConditionSchema], default: [], }) - displayCondition: DisplayContidion[]; + displayCondition: DisplayCondition[]; @Prop({ type: [QuestionSchema],