fix: Static function

This commit is contained in:
2024-03-07 16:31:26 +01:00
parent 23bf3c3a82
commit aa64ce5cf7
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())
}
"""
}