Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardInCGI committed Jan 9, 2025
1 parent 0e03078 commit a06b4c7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void IPlugin.Execute(IServiceProvider serviceProvider)
"account",
account.Id
);
Guid recordId = service.Create(statusHistoryRecord);
recordId = service.Create(statusHistoryRecord);
tracingService.Trace($"Record created successfully with ID: {recordId}");
}
if (entity.Contains("ownerid"))
Expand Down Expand Up @@ -261,7 +261,7 @@ void IPlugin.Execute(IServiceProvider serviceProvider)
"account",
account.Id
);
Guid recordId = service.Create(statusHistoryRecord);
recordId = service.Create(statusHistoryRecord);
tracingService.Trace($"Record created successfully with ID: {recordId}");
}
break;
Expand Down

0 comments on commit a06b4c7

Please sign in to comment.