mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-26 07:07:45 -06:00
Fix not found event message for the event services
This commit is contained in:
@@ -106,7 +106,7 @@ export class RabbitmqController extends EventController implements EventControll
|
||||
});
|
||||
|
||||
if (!data) {
|
||||
throw new NotFoundException('Instance websocket not found');
|
||||
throw new NotFoundException('Instance rabbitmq not found');
|
||||
}
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user