Skip to content

Commit

Permalink
Fix casing in mapping of region in Business Rules (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Fitzka-Reichart <Martin.Fitzka-Reichart@extern.brz.gv.at>
  • Loading branch information
martinreichart and Martin Fitzka-Reichart authored Jul 27, 2021
1 parent 80c9ff3 commit cb429cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CertLogic/Rule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public class Rule: Codable {
affectedString = "AffectedFields",
countryCode = "Country",
logic = "Logic",
region,
region = "Region",
hash
}

Expand Down

0 comments on commit cb429cd

Please sign in to comment.