File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -234,14 +234,14 @@ export class WAStartupService {
234234 baseURL = this . localWebhook . url ;
235235 }
236236
237- // this.logger.log({
238- // local: WAStartupService.name + '.sendDataWebhook-local',
239- // url: baseURL,
240- // event,
241- // instance: this.instance.name,
242- // data,
243- // destination: this.localWebhook.url,
244- // });
237+ this . logger . log ( {
238+ local : WAStartupService . name + '.sendDataWebhook-local' ,
239+ url : baseURL ,
240+ event,
241+ instance : this . instance . name ,
242+ data,
243+ destination : this . localWebhook . url ,
244+ } ) ;
245245
246246 try {
247247 if ( this . localWebhook . enabled && isURL ( this . localWebhook . url ) ) {
@@ -289,14 +289,14 @@ export class WAStartupService {
289289 localUrl = this . localWebhook . url ;
290290 }
291291
292- // this.logger.log({
293- // local: WAStartupService.name + '.sendDataWebhook-global',
294- // url: globalURL,
295- // event,
296- // instance: this.instance.name,
297- // data,
298- // destination: localUrl,
299- // });
292+ this . logger . log ( {
293+ local : WAStartupService . name + '.sendDataWebhook-global' ,
294+ url : globalURL ,
295+ event,
296+ instance : this . instance . name ,
297+ data,
298+ destination : localUrl ,
299+ } ) ;
300300
301301 try {
302302 if ( globalWebhook && globalWebhook ?. ENABLED && isURL ( globalURL ) ) {
You can’t perform that action at this time.
0 commit comments