fix: Resend integration example comment (#860)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@trigger.dev/resend": patch
|
||||
---
|
||||
|
||||
Fix resend integration example comment
|
||||
@@ -165,7 +165,7 @@ export class Resend implements TriggerIntegration {
|
||||
* @example
|
||||
* ```ts
|
||||
* const response = await io.resend.audiences.create("📧", {
|
||||
* name: payload.name,
|
||||
* name: payload.name
|
||||
* });
|
||||
* ```
|
||||
*/
|
||||
@@ -182,8 +182,8 @@ export class Resend implements TriggerIntegration {
|
||||
* email: payload.email,
|
||||
* first_name: payload.first_name,
|
||||
* last_name: payload.last_name,
|
||||
* unsubscribed: false
|
||||
* audienceId: payload.audienceId
|
||||
* unsubscribed: payload.unsubscribed,
|
||||
* audience_id: payload.audience_id
|
||||
* });
|
||||
* ```
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user