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 5bde810 commit 724e44dCopy full SHA for 724e44d
Source/Flux/Interceptor.swift
@@ -15,7 +15,7 @@ public struct InterceptorWrapper: DefinesPrimaryKey {
15
let id: Int
16
let interceptor: Interceptor
17
18
- init(withId id: Int, withInterceptor interceptor: @escaping Interceptor) {
+ public init(withId id: Int, withInterceptor interceptor: @escaping Interceptor) {
19
self.id = id
20
self.interceptor = interceptor
21
}
0 commit comments