format() run prettier, update format script

This commit is contained in:
Kamil Myśliwiec
2019-10-04 09:08:27 +02:00
parent 63dfd5ec3a
commit 489d3299c0
91 changed files with 882 additions and 695 deletions

View File

@@ -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>(