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 {
234
234
baseURL = this . localWebhook . url ;
235
235
}
236
236
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
+ } ) ;
245
245
246
246
try {
247
247
if ( this . localWebhook . enabled && isURL ( this . localWebhook . url ) ) {
@@ -289,14 +289,14 @@ export class WAStartupService {
289
289
localUrl = this . localWebhook . url ;
290
290
}
291
291
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
+ } ) ;
300
300
301
301
try {
302
302
if ( globalWebhook && globalWebhook ?. ENABLED && isURL ( globalURL ) ) {
You can’t perform that action at this time.
0 commit comments