Skip to content

Commit 111edcf

Browse files
alrios-msabrilgzz
authored andcommitted
Fix merge conflict
1 parent 9825f7c commit 111edcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Service/GroupMembershipManagement/Hosts/Notifier/Function/Orchestrator/OrchestratorFunction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ await context.CallActivityAsync(nameof(LoggerFunction),
8585
case nameof(NotificationMessageType.SourceNotExistNotification):
8686
message.SubjectTemplate = NotificationConstants.DisabledNotificationSubject;
8787
message.ContentTemplate = NotificationConstants.SyncDisabledNoGroupContent;
88+
await context.CallActivityAsync(nameof(SendNotification), message);
8889
break;
8990

9091
case nameof(NotificationMessageType.NoDataNotification):

0 commit comments

Comments
 (0)