🐛 Fix ky not working due to fetch rewriting by mistral package
Closes #1396
This commit is contained in:
@ -16,6 +16,7 @@ import { env } from '@typebot.io/env'
|
||||
export const executeIntegration =
|
||||
(state: SessionState) =>
|
||||
async (block: IntegrationBlock): Promise<ExecuteIntegrationResponse> => {
|
||||
console.log('HI')
|
||||
switch (block.type) {
|
||||
case IntegrationBlockType.GOOGLE_SHEETS:
|
||||
return {
|
||||
|
Reference in New Issue
Block a user