mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
🚑️ Add default returnMark status
This commit is contained in:
parent
b20b9ba144
commit
28c77d3a36
@ -125,7 +125,7 @@ const sessionStateSchemaV2 = z.object({
|
||||
.optional(),
|
||||
returnMark: z
|
||||
.object({
|
||||
status: z.enum(["pending", "called"]),
|
||||
status: z.enum(["pending", "called"]).default("pending"),
|
||||
blockId: z.string(),
|
||||
autoResumeMessage: inputMessageSchema.optional(),
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user