Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jan 6, 2025
1 parent 8a60557 commit 1f7cfa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public override sealed async Task DeletedAsync(TEntity entity, CancellationToken
{
Logger.LogWarning("{EntityTypeName} {EntityNamespace}/{EntityName} has no known ID, skipping delete.", EntityTypeName, entity.Namespace(), entity.Name());
return;
}s
}

var self = await GetApi(api, entity.Status.Id, cancellationToken);
if (self is null)
Expand Down

0 comments on commit 1f7cfa7

Please sign in to comment.