Skip to content

ValidationResult error #223

@tsangaris

Description

@tsangaris

If you install the latest version of SwiftValidator and you get an error inside the ValidationResult.swift file make sure you add "return" inform of "self == .valid" like so:

 public var isValid: Bool {
    
    return self == .valid // add return infront
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions