We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b444f81 commit 6a1d5ecCopy full SHA for 6a1d5ec
1 file changed
services/libs/common/src/member.ts
@@ -18,6 +18,7 @@ export async function setAttributesDefaultValues(
18
}
19
20
const nonEmptyPlatform = Object.keys(attributes[attributeName]).filter((p) => {
21
+ if (p === 'default') return false
22
const value = attributes[attributeName][p]
23
return value !== undefined && value !== null && String(value).trim().length > 0
24
})
0 commit comments