Skip to content

Commit 49db390

Browse files
authored
Update evolutionBot.controller2.ts
1 parent 886db4d commit 49db390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/integrations/chatbot/evolutionBot/controllers/evolutionBot.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getConversationMessage } from '@utils/getConversationMessage';
99
import { ChatbotController, ChatbotControllerInterface, EmitData } from '../../chatbot.controller';
1010
import { EvolutionBotDto } from '../dto/evolutionBot.dto';
1111
import { EvolutionBotService } from '../services/evolutionBot.service';
12-
12+
1313
export class EvolutionBotController extends ChatbotController implements ChatbotControllerInterface {
1414
constructor(
1515
private readonly evolutionBotService: EvolutionBotService,

0 commit comments

Comments
 (0)