mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-12 15:41:53 +02:00
🐛 Store participant email in participant table
This commit is contained in:
parent
cecbd63973
commit
73b2e31db2
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ export const participants = router({
|
||||||
data: {
|
data: {
|
||||||
pollId: pollId,
|
pollId: pollId,
|
||||||
name: name,
|
name: name,
|
||||||
|
email,
|
||||||
userId: user.id,
|
userId: user.id,
|
||||||
votes: {
|
votes: {
|
||||||
createMany: {
|
createMany: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue