mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08: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