mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
test(microservices): add e2e tests for record builders
This commit is contained in:
@@ -70,6 +70,7 @@ export class ServerMqtt extends Server implements CustomTransportStrategy {
|
||||
const { isEventHandler } = this.messageHandlers.get(pattern);
|
||||
mqttClient.subscribe(
|
||||
isEventHandler ? pattern : this.getRequestPattern(pattern),
|
||||
this.getOptionsProp(this.options, 'subscribeOptions'),
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user