mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
fix(trigger-schedule): make timezone field optional to match actual usage
This commit is contained in:
@@ -16,5 +16,5 @@ export type ScheduleTriggerNodeType = CommonNodeType & {
|
||||
frequency?: ScheduleFrequency
|
||||
cron_expression?: string
|
||||
visual_config?: VisualConfig
|
||||
timezone: string
|
||||
timezone?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user