2
0

🔧 (scripts) Add typebot fix script

Closes #192
This commit is contained in:
Baptiste Arnaud
2022-12-27 10:05:50 +01:00
parent 8382fd7b71
commit ad72557310
7 changed files with 217 additions and 6 deletions

View File

@ -11,8 +11,7 @@ export const emailInputOptionsSchema = optionBaseSchema
.and(textInputOptionsBaseSchema)
.and(
z.object({
// TODO: make it required once database migration is done
retryMessageContent: z.string().optional(),
retryMessageContent: z.string(),
})
)