🐛 (webhook) Fix result parsing with same linked typebot
This commit is contained in:
@ -60,7 +60,7 @@ const extractLinkedInputBlocks =
|
||||
'typebotId' in t
|
||||
? t.typebotId === linkedBot.options?.typebotId
|
||||
: t.id === linkedBot.options?.typebotId
|
||||
) as Typebot | PublicTypebot,
|
||||
) ?? typebot,
|
||||
linkedTypebots
|
||||
)(linkedBot.options?.groupId, 'forward')
|
||||
)
|
||||
|
Reference in New Issue
Block a user