mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
Fix variable typo (#8084)
This commit is contained in:
@@ -158,7 +158,7 @@ export type IterationStartedResponse = {
|
||||
}
|
||||
}
|
||||
|
||||
export type IterationNextedResponse = {
|
||||
export type IterationNextResponse = {
|
||||
task_id: string
|
||||
workflow_run_id: string
|
||||
event: string
|
||||
|
||||
Reference in New Issue
Block a user