Fixing tests again
All checks were successful
openium/resgen.swift/pipeline/head This commit is unstable
All checks were successful
openium/resgen.swift/pipeline/head This commit is unstable
This commit is contained in:
@@ -82,7 +82,7 @@ enum MatomoGenerator {
|
||||
) {
|
||||
guard let trackerUrl = tracker.contentBase?.absoluteString else { return }
|
||||
|
||||
let urlString = URL(string: "\\(trackerUrl)" + "/" + "\\(path)"\(pathSuffixCode)
|
||||
let urlString = URL(string: "\\(trackerUrl)" + "/" + "\\(path)"\(pathSuffixCode))
|
||||
tracker.track(
|
||||
view: [name],
|
||||
url: urlString
|
||||
|
||||
Reference in New Issue
Block a user