Skip to content

Commit

Permalink
馃殤 (stream) Re-enable stream on Vercel env
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 22, 2024
1 parent b14ee12 commit 8e52ee8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/bot-engine/forge/executeForgedBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ export const executeForgedBlock = async (
action.run.stream.getStreamVariableId(block.options)
) &&
state.isStreamEnabled &&
!state.whatsApp &&
!process.env.VERCEL_ENV
!state.whatsApp
// TODO: Enable once chat api is rolling
// !process.env.VERCEL_ENV
) {
return {
outgoingEdgeId: block.outgoingEdgeId,
Expand Down

0 comments on commit 8e52ee8

Please sign in to comment.