diff --git a/SampleFiles/Tags/Generated/Analytics+GenAllScript.swift b/SampleFiles/Tags/Generated/Analytics+GenAllScript.swift index a8941a5..b7e090e 100644 --- a/SampleFiles/Tags/Generated/Analytics+GenAllScript.swift +++ b/SampleFiles/Tags/Generated/Analytics+GenAllScript.swift @@ -255,7 +255,7 @@ class AnalyticsManager { // MARK: - section_one - static func logScreenS1DefOne(title: String, test2: String = "test") { + static func logScreenS1DefOne() { AnalyticsManager.shared.logScreen( name: "s1 def one \(title)", path: "s1_def_one/\(title)", diff --git a/SampleFiles/Tags/sampleTags.yml b/SampleFiles/Tags/sampleTags.yml index ce71f05..05852d4 100644 --- a/SampleFiles/Tags/sampleTags.yml +++ b/SampleFiles/Tags/sampleTags.yml @@ -9,14 +9,8 @@ categories: parameters: - name: title type: String + value: try test replaceIn: name,path - - name: test - type: String - value: test - replaceIn: name,path - - name: test2 - type: String - defaultValue: test events: - id: s1_def_two