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

Commit c95ad88

Browse files
author
Sachin Maheshwari
committed
userId field
1 parent 1f661de commit c95ad88

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
@@ -21,7 +21,7 @@ async function processSync(message) {
2121
logger.debug(`got member detail: ${JSON.stringify(member)}`)
2222
const location = member.homeCountryCode || member.competitionCountryCode || null
2323
const payload = {
24-
id : member.id,
24+
id : member.userId,
2525
handle: handle,
2626
firstName : member.firstName,
2727
lastName: member.lastName,

0 commit comments

Comments
 (0)