2
0

ci(e2e): 💚 Incomplete results

This commit is contained in:
Baptiste Arnaud
2022-02-14 20:40:55 +01:00
parent 714f7c8ce5
commit e6f6e2523c
3 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,7 @@ const handler = async (req: NextApiRequest, res: NextApiResponse) => {
typebotId,
typebot: { ownerId: user.id },
answers: { some: {} },
isCompleted: isFreePlan(user),
isCompleted: isFreePlan(user) ? false : undefined,
},
orderBy: {
createdAt: 'desc',