Skip to content

Commit

Permalink
Update webhook.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher committed Sep 24, 2024
1 parent 7f171a3 commit 8cac404
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/backend/src/modules/webhook/webhook.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export class WebhookService {
throw new Error('telegramNcdmChatId is not defined');
}

console.log(form);

const text = generateTelegramMessage(disasterType, form);

await Promise.all([
Expand Down

0 comments on commit 8cac404

Please sign in to comment.