Fixing tests again
All checks were successful
openium/resgen.swift/pipeline/head This commit is unstable

This commit is contained in:
2026-01-21 15:20:08 +01:00
parent 8d37744373
commit fdd23f4378
3 changed files with 11 additions and 11 deletions

View File

@@ -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