Update Patrons.yml (#21344)

This commit is contained in:
DrSmugleaf
2023-10-30 01:57:32 -07:00
committed by GitHub
parent 6eebda7b5c
commit d0e267206b
2 changed files with 23 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ foreach (var record in reader.GetRecords<Row>())
var tier = tiers[0];
var tierName = content.Included.SingleOrDefault(i => i.Id == tier.Id && i.Type == tier.Type)?.Attributes.Title;
if (tierName == null)
if (tierName == null || tierName == "Free")
continue;
if (record.Trigger == "members:delete")