mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-11 07:01:49 +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: {
|
||||
pollId: pollId,
|
||||
name: name,
|
||||
email,
|
||||
userId: user.id,
|
||||
votes: {
|
||||
createMany: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue