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

Commits on Aug 5, 2024

  1. chore: Clean up unnecessary spread

    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 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ba23956 View commit details
    Browse the repository at this point in the history