Skip to content

Commit 5e19da5

Browse files
lucasfcostagabrielmfern
authored andcommitted
fix: remove duplicated webhook import
1 parent d6c46f2 commit 5e19da5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/resend.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class Resend {
4040
readonly webhooks = new Webhooks();
4141
readonly templates = new Templates(this);
4242
readonly topics = new Topics(this);
43-
readonly webhooks = new Webhooks();
4443

4544
constructor(readonly key?: string) {
4645
if (!key) {

0 commit comments

Comments
 (0)