Added namespaces to some of the constants for the String+Constants extension in the library target.
This commit is contained in:
@@ -23,8 +23,8 @@ struct CheckURIUseCase {
|
||||
func callAsFunction(_ uri: URI) -> String? {
|
||||
guard
|
||||
let uriPath = uri.path.removingPercentEncoding,
|
||||
!uriPath.contains(.previousFolder),
|
||||
uriPath.hasPrefix(.forwardSlash)
|
||||
!uriPath.contains(.Path.previousFolder),
|
||||
uriPath.hasPrefix(.Path.forwardSlash)
|
||||
else {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user