mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-25 14:56:22 +02:00
Fix ts issues
This commit is contained in:
parent
1b4632654c
commit
226dd4062c
3 changed files with 12 additions and 7 deletions
|
@ -63,6 +63,12 @@ async function createPollForUser(userId: string) {
|
|||
() => ({
|
||||
name: faker.name.fullName(),
|
||||
email: faker.internet.email(),
|
||||
user: {
|
||||
create: {
|
||||
id: faker.random.alpha(10),
|
||||
isGuest: true,
|
||||
},
|
||||
},
|
||||
}),
|
||||
),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue