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 3887a03 commit a3baafeCopy full SHA for a3baafe
src/resend.ts
@@ -40,6 +40,7 @@ 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