From 144e3c0ced7e956e6fa0e6c5d699c24eaaea828b Mon Sep 17 00:00:00 2001 From: Domenico Gemoli Date: Wed, 30 Oct 2024 13:57:22 +0100 Subject: [PATCH] Update program-attributes.service.ts --- .../src/program-attributes/program-attributes.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/services/121-service/src/program-attributes/program-attributes.service.ts b/services/121-service/src/program-attributes/program-attributes.service.ts index 5b2884e230..b50a521aae 100644 --- a/services/121-service/src/program-attributes/program-attributes.service.ts +++ b/services/121-service/src/program-attributes/program-attributes.service.ts @@ -264,7 +264,6 @@ export class ProgramAttributesService { name: c.name, type: c.type, label: c.label, - duplicateCheck: c.duplicateCheck, questionType: QuestionType.programCustomAttribute, }; });