mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-26 07:07:45 -06:00
fix: Added description column on typebot, dify and openai
This commit is contained in:
@@ -118,6 +118,7 @@ export class DifyService {
|
||||
const dify = await this.prismaRepository.dify.create({
|
||||
data: {
|
||||
enabled: data.enabled,
|
||||
description: data.description,
|
||||
botType: data.botType,
|
||||
apiUrl: data.apiUrl,
|
||||
apiKey: data.apiKey,
|
||||
|
||||
Reference in New Issue
Block a user