Skip to content

Commit 510704b

Browse files
committed
chore: pass explicity null platform username
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
1 parent 6debc97 commit 510704b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • services/apps/snowflake_connectors/src/integrations/committees/committees

services/apps/snowflake_connectors/src/integrations/committees/committees/transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class CommitteesCommitteesTransformer extends TransformerBase {
4242
: CommitteesActivityType.ADDED_TO_COMMITTEE
4343

4444
const sourceId = (row.PRIMARY_SOURCE_USER_ID as string | null)?.trim() || undefined
45-
const identities = this.buildMemberIdentities({ email, sourceId, lfUsername })
45+
const identities = this.buildMemberIdentities({ email, platformUsername: null, sourceId, lfUsername })
4646

4747
const activityTimestamp =
4848
type === CommitteesActivityType.ADDED_TO_COMMITTEE

0 commit comments

Comments
 (0)