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

Commit 32b296a

Browse files
author
Sachin Maheshwari
committed
userid as string
1 parent c95ad88 commit 32b296a

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.userId,
24+
id : _.toString(member.userId),
2525
handle: handle,
2626
firstName : member.firstName,
2727
lastName: member.lastName,

0 commit comments

Comments
 (0)