We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6964ec commit a767914Copy full SHA for a767914
Split/Api/FailHelpers.swift
@@ -65,7 +65,7 @@ class FailedClient: SplitClient {
65
queue: DispatchQueue, execute action: @escaping SplitAction) {
66
}
67
68
- func on(event: SplitEvent, executeWithMetadata: SplitActionWithMetadata) {}
+ func on(event: SplitEvent, executeWithMetadata: @escaping SplitActionWithMetadata) {}
69
70
func track(trafficType: String, eventType: String) -> Bool {
71
return false
0 commit comments