Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
RushanNanayakkara committed Oct 21, 2024
1 parent b828356 commit 26a332f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void addNotificationTemplateType(String notificationChannel, String displ
TemplateMgtConstants.ErrorCodes.TEMPLATE_TYPE_ALREADY_EXISTS, StringUtils.EMPTY);
}
unifiedTemplatePersistenceManager.addNotificationTemplateType(displayName, notificationChannel,
tenantDomain);
tenantDomain);
} catch (NotificationTemplateManagerServerException e) {
String code = I18nEmailUtil.prependOperationScenarioToErrorCode(
TemplateMgtConstants.ErrorMessages.ERROR_CODE_ERROR_ADDING_TEMPLATE.getCode(),
Expand Down

0 comments on commit 26a332f

Please sign in to comment.