mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-11 02:49:36 -06:00
In this commit, I fixed an issue with the start call of Typebot when there is an active session. I noticed that there were inconsistencies in the way the instanceId was being referenced in the TypebotService. To resolve this, I modified the TypebotService to update the instanceId references to the correct format. Specifically, I changed the following files: - CHANGELOG.md: added a note about the fix for the Typebot start call with active session - src/api/integrations/typebot/services/typebot.service.ts: updated the instanceId references in the startTypebot, createNewSession, and other related methods. This change ensures that the Typebot start call with active session works as intended, improving the overall functionality of the Typebot integration. |
||
|---|---|---|
| .. | ||
| api | ||
| cache | ||
| config | ||
| exceptions | ||
| libs | ||
| utils | ||
| validate | ||
| main.ts | ||