Skip to content

Commit 8e65dd0

Browse files
committed
changelog release 1.1.0
1 parent 509442a commit 8e65dd0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/whatsapp/services/whatsapp.service.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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)) {

0 commit comments

Comments
 (0)