You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: