mirror of https://github.com/langgenius/dify.git
fix(trigger-schedule): make timezone field optional to match actual usage
This commit is contained in:
parent
8e235dc92c
commit
49af7eb370
|
|
@ -16,5 +16,5 @@ export type ScheduleTriggerNodeType = CommonNodeType & {
|
|||
frequency?: ScheduleFrequency
|
||||
cron_expression?: string
|
||||
visual_config?: VisualConfig
|
||||
timezone: string
|
||||
timezone?: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue