🚑 (stream) Re-enable stream on Vercel env
This commit is contained in:
@@ -60,8 +60,9 @@ export const executeForgedBlock = async (
|
|||||||
action.run.stream.getStreamVariableId(block.options)
|
action.run.stream.getStreamVariableId(block.options)
|
||||||
) &&
|
) &&
|
||||||
state.isStreamEnabled &&
|
state.isStreamEnabled &&
|
||||||
!state.whatsApp &&
|
!state.whatsApp
|
||||||
!process.env.VERCEL_ENV
|
// TODO: Enable once chat api is rolling
|
||||||
|
// !process.env.VERCEL_ENV
|
||||||
) {
|
) {
|
||||||
return {
|
return {
|
||||||
outgoingEdgeId: block.outgoingEdgeId,
|
outgoingEdgeId: block.outgoingEdgeId,
|
||||||
|
|||||||
Reference in New Issue
Block a user