Skip to content

Commit

Permalink
Admin UI: Cancellation of Deletion Process Fails
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-almeida-konkconsulting authored May 6, 2024
1 parent 60c7319 commit 3c56584
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,9 @@ public IdentityDeletionProcess ApproveDeletionProcess(IdentityDeletionProcessId
{
EnsureIdentityOwnsDevice(deviceId);

var deletionProcess = GetDeletionProcess(deletionProcessId);
TierIdBeforeDeletion = TierId;

var deletionProcess = GetDeletionProcess(deletionProcessId);
deletionProcess.Approve(Address, deviceId);

Status = IdentityStatus.ToBeDeleted;
Expand Down

0 comments on commit 3c56584

Please sign in to comment.