Skip to content

Commit

Permalink
Removed unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesRandall committed Aug 18, 2019
1 parent 8540636 commit 25c53a5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/AccidentalFish.FSharp.Validation/Validation.fs
Expand Up @@ -20,11 +20,6 @@ module Validation =
validators: (obj -> ValidationState) list
}

type ValidatorConfig<'targetType> =
{
properties: PropertyValidatorConfig list
}

let private getPropertyPath (expression:Expression<Func<'commandType, 'propertyType>>) =
let objectQualifiedExpression = expression.Body.ToString()
let indexOfDot = objectQualifiedExpression.IndexOf('.')
Expand Down

0 comments on commit 25c53a5

Please sign in to comment.