Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0b99b93

Browse files
committed
adding more debug
1 parent 056388a commit 0b99b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async function createUserAttributes (userId, record) {
204204
const attributeGroup = await helper.getUbahnSingleRecord('/attributeGroups', { name: record[`attributeGroupName${i}`] })
205205
const attribute = await helper.getUbahnSingleRecord('/attributes', { attributeGroupId: attributeGroup.id, name: record[`attributeName${i}`] })
206206
const value = _.toString(record[`attributeValue${i}`])
207-
logger.debug(`*** createUserAttributes: attribute/value = ${value}`)
207+
logger.debug(`*** createUserAttributes: attribute/value = ${attribute}/${value}`)
208208

209209
const existingAttribute = await helper.getUbahnSingleRecord(`/users/${userId}/attributes/${attribute.id}`, {}, true)
210210

0 commit comments

Comments
 (0)