Skip to content

Commit

Permalink
fix(contractReference): change technical enforced to false
Browse files Browse the repository at this point in the history
Refs: #176
  • Loading branch information
Phil91 committed Jul 25, 2024
1 parent 44de58f commit b2c9aad
Show file tree
Hide file tree
Showing 4 changed files with 618 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static bool IsTechnicalEnforced(this PolicyKindId policyKindId) =>
PolicyKindId.Framework => true,
PolicyKindId.Purpose => false,
PolicyKindId.Dismantler => true,
PolicyKindId.ContractReference => true,
PolicyKindId.ContractReference => false,
_ => throw new ArgumentOutOfRangeException(nameof(policyKindId), policyKindId, $"PolicyKindId {policyKindId} is not supported")
};
}
Loading

0 comments on commit b2c9aad

Please sign in to comment.