fix: Static function
Some checks failed
gitea-openium/resgen.swift/pipeline/head There was a failure building this commit

This commit is contained in:
2024-03-07 16:31:26 +01:00
parent e4ada4b543
commit 950d6ec8a6
2 changed files with 3 additions and 2 deletions

View File

@ -150,7 +150,7 @@ class AnalyticsDefinition {
replaceIn()
return """
static func \(getFuncName())\(getParameters()) {
\(getlogFunction())
AnalyticsManager.shared.\(getlogFunction())
}
"""
}