Skip to content

Commit

Permalink
change event name
Browse files Browse the repository at this point in the history
  • Loading branch information
leewrigh committed Sep 26, 2024
1 parent 1c02a78 commit 3e77116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public async Task<Task> HandleAsync(string consumerName, string key, GenericProc
break;
}

case "jam-user-provisioning-complete":
case "jam-bcgov-provisioning-complete":
{
Serilog.Log.Information($"Handling {value.DomainEvent} for JAM User Provisioning Request {value.Id}");
// todo - this could move to a generic service
Expand Down

0 comments on commit 3e77116

Please sign in to comment.