Skip to content

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

Open
wesleyramalho wants to merge 1 commit intoresend:canaryfrom
wesleyramalho:fix/contacts-payload-typo
Open

fix: correct paylaod into payload typo in contacts overload signatures#902
wesleyramalho wants to merge 1 commit intoresend:canaryfrom
wesleyramalho:fix/contacts-payload-typo

Conversation

@wesleyramalho
Copy link
Copy Markdown

@wesleyramalho wesleyramalho commented Apr 1, 2026

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

Corrected the create method overload parameter from paylaod to payload in src/contacts/contacts.ts to fix IDE IntelliSense hints. No runtime change—the implementation already used payload.

Written for commit a7bd8a6. 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
Copy link
Copy Markdown
Contributor

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

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
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.

1 participant