mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
format() run prettier, update format script
This commit is contained in:
@@ -98,7 +98,9 @@ export class ClientRMQ extends ClientProxy {
|
||||
|
||||
public createClient<T = any>(): T {
|
||||
const socketOptions = this.getOptionsProp(this.options, 'socketOptions');
|
||||
return rqmPackage.connect(this.urls, { connectionOptions: socketOptions }) as T;
|
||||
return rqmPackage.connect(this.urls, {
|
||||
connectionOptions: socketOptions,
|
||||
}) as T;
|
||||
}
|
||||
|
||||
public mergeDisconnectEvent<T = any>(
|
||||
|
||||
Reference in New Issue
Block a user