Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: Clean up unnecessary spread #3218

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

Rob--W
Copy link
Member

@Rob--W Rob--W commented Aug 5, 2024

The customPrefs alias was introduced in #1039 as a direct alias, but changed to a shallow copy in #2436 because the object was modified. These changes have been dropped in #3136 but the swallow copy remained.

This patch completes the cleanup by reverting to a direct alias.

The customPrefs alias was introduced in mozilla#1039 as a direct alias,
but changed to a shallow copy in mozilla#2436 because the object was modified.
These changes have been dropped in mozilla#3136 but the swallow copy remained.

This patch completes the cleanup by reverting to a direct alias.
@Rob--W Rob--W merged commit ba20bf2 into mozilla:master Sep 20, 2024
4 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants