mirror of
https://github.com/langgenius/dify.git
synced 2026-01-27 14:12:15 +08:00
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
Block a user