Skip to content

Commit

Permalink
bug fix: defining webhook correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jrCleber committed Dec 23, 2023
1 parent be06307 commit 986d901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/whatsapp/dto/webhook.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
export class WebhookDto {
enabled?: boolean;
url?: string;
events?: WebhookEvents;
}

export class WebhookEvents {
Expand Down

0 comments on commit 986d901

Please sign in to comment.