-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix saved config overwriting authors
When saving the configuration the authors field is not preserved. This is because authors are not editable in the options and therefore are not part of the new config struct which replaces the existing one. Merging the old and new config structs together allows the existing authors to be preserved. The merging library used does not merge zero value fields.
- Loading branch information
1 parent
c4637af
commit 9656fb6
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters