Skip to content

Commit

Permalink
Update BrandingPreferenceManagementService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Avarjana authored Feb 2, 2024
1 parent 996b114 commit 6e2f63d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ So always locale as default locale(en-US).
if (APPLICATION_TYPE.equals(type)) {
// Get application specific branding preference.
responseDTO = BrandingPreferenceServiceHolder.getBrandingPreferenceManager().
resolveApplicationBrandingPreference(APPLICATION_TYPE, name, DEFAULT_LOCALE);
resolveApplicationBrandingPreference(name, DEFAULT_LOCALE);
} else {
// Get default branding preference.
responseDTO = BrandingPreferenceServiceHolder.getBrandingPreferenceManager().
Expand Down

0 comments on commit 6e2f63d

Please sign in to comment.