Skip to content

Commit a767914

Browse files
Update Split/Api/FailHelpers.swift
Co-authored-by: gthea <[email protected]>
1 parent e6964ec commit a767914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Split/Api/FailHelpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class FailedClient: SplitClient {
6565
queue: DispatchQueue, execute action: @escaping SplitAction) {
6666
}
6767

68-
func on(event: SplitEvent, executeWithMetadata: SplitActionWithMetadata) {}
68+
func on(event: SplitEvent, executeWithMetadata: @escaping SplitActionWithMetadata) {}
6969

7070
func track(trafficType: String, eventType: String) -> Bool {
7171
return false

0 commit comments

Comments
 (0)