Skip to content

Commit ec0fa7e

Browse files
author
vikasrohit
authored
we don't need trait id inside traits field
1 parent 53019cd commit ec0fa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/TermsAgreementProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function processMessage (message) {
5454
categoryName: constants.ONBOARDING_CHECKLIST_CATEGORY_NAME,
5555
traitId: constants.ONBOARDING_CHECKLIST_TRAIT_ID,
5656
traits: {
57-
traitId: constants.ONBOARDING_CHECKLIST_TRAIT_ID,
57+
// traitId: constants.ONBOARDING_CHECKLIST_TRAIT_ID,
5858
data: []
5959
}
6060
}]

0 commit comments

Comments
 (0)