✌️
This commit is contained in:
parent
49da90289a
commit
80f9a81ac4
14 changed files with 191 additions and 271 deletions
|
|
@ -33,7 +33,7 @@ export class WebhookDeliverProcessorService {
|
|||
try {
|
||||
this.logger.debug(`delivering ${job.data.webhookId}`);
|
||||
|
||||
const res = await this.httpRequestService.getResponse({
|
||||
const res = await this.httpRequestService.fetch({
|
||||
url: job.data.to,
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue