Fix ts issues

This commit is contained in:
Luke Vella 2024-12-22 11:36:48 +01:00
parent 1b4632654c
commit 226dd4062c
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
3 changed files with 12 additions and 7 deletions

View file

@ -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,
},
},
}),
),
},