-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(app): ensure most specific wins
I found that when trying to override a single image for the messagequeue the global values continued to clobber mine as they are the last value in the default clause. This moves the specific values to the end of the default params to ensure if you have a more specific value it will not be overridden by global values.
- Loading branch information
1 parent
d16e27c
commit 1f5eb86
Showing
2 changed files
with
3 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