Add sourceContractId to bet_fill notification
This commit is contained in:
parent
4de22acb3e
commit
900fc75506
|
@ -413,6 +413,7 @@ export const createBetFillNotification = async (
|
|||
sourceContractCreatorUsername: contract.creatorUsername,
|
||||
sourceContractTitle: contract.question,
|
||||
sourceContractSlug: contract.slug,
|
||||
sourceContractId: contract.id,
|
||||
}
|
||||
return await notificationRef.set(removeUndefinedProps(notification))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user