🐛 Store participant email in participant table

This commit is contained in:
Luke Vella 2023-09-14 10:09:24 +01:00
parent cecbd63973
commit 73b2e31db2

View file

@ -83,6 +83,7 @@ export const participants = router({
data: {
pollId: pollId,
name: name,
email,
userId: user.id,
votes: {
createMany: {