2
0

🚑 (stream) Re-enable stream on Vercel env

This commit is contained in:
Baptiste Arnaud
2024-03-22 11:57:49 +01:00
parent b14ee1249b
commit 8e52ee800b

View File

@ -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,