Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Clean up unnecessary spread (#3218)
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.
- Loading branch information