Skip to content

Commit

Permalink
Merge pull request #753 from bcgov/BCPSDEMS-2201-delegate-access
Browse files Browse the repository at this point in the history
fix domain
  • Loading branch information
leewrigh authored Jan 30, 2025
2 parents 89fd3b0 + 8f1eaf3 commit 04595c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public async Task<IDomainResult<ValidationResponse>> HandleAsync(Command command
var produced = await notificationProducer.ProduceAsync(config.KafkaCluster.NotificationTopicName, msgId.ToString(), new Notification
{
To = lawyerParty.Email,
DomainEvent = "digitalevidence-disclosure-delegate-access-request-submitted",
DomainEvent = "digitalevidencedisclosure-delegate-access-request-submitted",
EventData = eventData,

});
Expand Down

0 comments on commit 04595c4

Please sign in to comment.