Skip to content

Commit

Permalink
actually commit unreviewed stuff, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Oct 5, 2024
1 parent 952f4a1 commit 3ed535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plogon/BuildProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ private BuildResult.ReviewedNeed GetNeedStatus(string key, string version, State
private void CommitReviewedNeeds(IEnumerable<BuildResult.ReviewedNeed> needs)
{
var newNeeds = needs
.Where(need => need.ReviewedBy != null)
.Where(need => need.ReviewedBy == null)
.Select(
need => new State.Need
{
Expand Down

0 comments on commit 3ed535b

Please sign in to comment.