We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c46f2 commit 5e19da5Copy full SHA for 5e19da5
src/resend.ts
@@ -40,7 +40,6 @@ export class Resend {
40
readonly webhooks = new Webhooks();
41
readonly templates = new Templates(this);
42
readonly topics = new Topics(this);
43
- readonly webhooks = new Webhooks();
44
45
constructor(readonly key?: string) {
46
if (!key) {
0 commit comments