Skip to content

fix: correct paylaod into payload typo in contacts overload signatures#902

Merged
gabrielmfern merged 4 commits into
resend:canaryfrom
wesleyramalho:fix/contacts-payload-typo
Apr 27, 2026
Merged

fix: correct paylaod into payload typo in contacts overload signatures#902
gabrielmfern merged 4 commits into
resend:canaryfrom
wesleyramalho:fix/contacts-payload-typo

Conversation

@wesleyramalho

@wesleyramalho wesleyramalho commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

The parameter name in the create method overload signatures was misspelled as paylaod instead of payload, affecting IDE intellisense.

Summary

  • Fixed typo paylaodpayload in the create method overload signatures in src/contacts/contacts.ts
  • The implementation already used the correct name, but the two overload signatures had the misspelling
  • Affects IDE intellisense/autocomplete when hovering over the method

Test plan

  • pnpm build passes
  • pnpm test — all 303 tests pass

Summary by cubic

Fixed the create method overload parameter typo (paylaodpayload) in src/contacts/contacts.ts to improve IDE IntelliSense. Only signature names changed; latest canary merge adds no functional changes.

Written for commit e65daea. Summary will update on new commits.

The parameter name in the `create` method overload signatures was
misspelled as `paylaod` instead of `payload`, affecting IDE intellisense.
@wesleyramalho wesleyramalho requested a review from a team as a code owner April 1, 2026 13:21

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@wesleyramalho wesleyramalho changed the title fix: correct paylaod typo in contacts overload signatures fix: correct paylaod into payload typo in contacts overload signatures Apr 1, 2026
@wesleyramalho

Copy link
Copy Markdown
Contributor Author

@lucasfcosta let me know if there's anything else I should be fixing in this PR

@pkg-pr-new

pkg-pr-new Bot commented Apr 27, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/resend@902

commit: e65daea

@gabrielmfern gabrielmfern merged commit 4e26bc0 into resend:canary Apr 27, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants