fix early return on affectsPosture

This commit is contained in:
pascal
2026-06-23 15:11:52 +02:00
parent ecd133ca70
commit 7f24dc5fa7

View File

@@ -89,7 +89,6 @@ func AffectsPosture(ctx context.Context, diff *nbpeer.MetaDiff, checks []*Checks
return true
}
}
return false
}
}
return false