mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 14:17:47 -06:00
changelog
This commit is contained in:
@@ -25,7 +25,7 @@ export class DifyController extends ChatbotController implements ChatbotControll
|
||||
this.sessionRepository = this.prismaRepository.integrationSession;
|
||||
}
|
||||
|
||||
public readonly logger = new Logger(DifyController.name);
|
||||
public readonly logger = new Logger('DifyController');
|
||||
|
||||
integrationEnabled = configService.get<Dify>('DIFY').ENABLED;
|
||||
botRepository: any;
|
||||
|
||||
Reference in New Issue
Block a user