Skip to content

Commit

Permalink
Update conversation.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitikov authored Jun 10, 2020
1 parent 6573265 commit 8bbba01
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/botkit/src/conversation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,10 +865,6 @@ export class BotkitConversation<O extends object = {}> extends Dialog<O> {
...channelDataParsed
};
}

for (const key in line.channelData) {
outgoing.channelData = this.parseTemplatesRecursive(JSON.parse(JSON.stringify(line.channelData)), vars)
}

/*******************************************************************************************************************/
// Handle template token replacements
Expand Down

0 comments on commit 8bbba01

Please sign in to comment.