Merge pull request #59 from unilogica/main

Bugfix Internal Error 500: fetchInstances (apikey not found)
This commit is contained in:
Davidson Gomes
2023-08-29 11:24:03 -03:00
committed by GitHub
6 changed files with 14 additions and 6 deletions

View File

@@ -128,6 +128,7 @@ import { Events, MessageSubtype, TypeMediaMessage, wa } from '../types/wa.types'
import { waMonitor } from '../whatsapp.module';
import { ChamaaiService } from './chamaai.service';
import { ChatwootService } from './chatwoot.service';
//import { SocksProxyAgent } from './socks-proxy-agent';
import { TypebotService } from './typebot.service';
export class WAStartupService {