Skip to content

fix(uploader): rename deleteCustomerHeader to deleteCustomHeader#2106

Open
skjnldsv wants to merge 2 commits into
mainfrom
fix/rename-delete-custom-header
Open

fix(uploader): rename deleteCustomerHeader to deleteCustomHeader#2106
skjnldsv wants to merge 2 commits into
mainfrom
fix/rename-delete-custom-header

Conversation

@skjnldsv

@skjnldsv skjnldsv commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Fix typo in public API method name: deleteCustomerHeaderdeleteCustomHeader.

The method had an extra "r" (Customer instead of Custom), making it inconsistent with its counterpart setCustomHeader.

Fix typo in public API method name. The method was incorrectly named
`deleteCustomerHeader` (with an extra "r") instead of `deleteCustomHeader`
to match its counterpart `setCustomHeader`.

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
@skjnldsv skjnldsv added the bug Something isn't working label Jun 14, 2026
@skjnldsv skjnldsv requested a review from susnux June 14, 2026 04:59
@skjnldsv skjnldsv self-assigned this Jun 14, 2026
@skjnldsv skjnldsv added the 3. to review Waiting for reviews label Jun 14, 2026
@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 36.30%. Comparing base (840388e) to head (e82016c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2106   +/-   ##
=======================================
  Coverage   36.30%   36.30%           
=======================================
  Files          17       17           
  Lines         774      774           
  Branches      145      145           
=======================================
  Hits          281      281           
  Misses        480      480           
  Partials       13       13           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
@skjnldsv

Copy link
Copy Markdown
Contributor Author

@susnux is this a breaking change? 🙈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant