🗃️ Set new fields column to not null
This commit is contained in:
@ -291,7 +291,7 @@ const getResult = async ({
|
||||
const data = {
|
||||
isCompleted: false,
|
||||
typebotId: typebot,
|
||||
variables: { set: startVariables.filter((variable) => variable.value) },
|
||||
variables: startVariables.filter((variable) => variable.value),
|
||||
} satisfies Prisma.ResultUncheckedCreateInput
|
||||
const select = {
|
||||
id: true,
|
||||
|
Reference in New Issue
Block a user