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