2
0

🐛 (webhook) Fix result parsing with same linked typebot

This commit is contained in:
Baptiste Arnaud
2024-01-03 17:01:22 +01:00
parent 65f4fb0d7a
commit d247e02cad

View File

@ -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')
)