mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
add fixes to bugs where nodes are triggered multiple times
This commit is contained in:
@@ -95,6 +95,10 @@ export interface INodeQueue {
|
||||
depth: number
|
||||
}
|
||||
|
||||
export interface IDepthQueue {
|
||||
[key: string]: number
|
||||
}
|
||||
|
||||
export interface IMessage {
|
||||
message: string
|
||||
type: MessageType
|
||||
|
||||
Reference in New Issue
Block a user