Skip to content

Commit 724e44d

Browse files
Expose public init
1 parent 5bde810 commit 724e44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Flux/Interceptor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public struct InterceptorWrapper: DefinesPrimaryKey {
1515
let id: Int
1616
let interceptor: Interceptor
1717

18-
init(withId id: Int, withInterceptor interceptor: @escaping Interceptor) {
18+
public init(withId id: Int, withInterceptor interceptor: @escaping Interceptor) {
1919
self.id = id
2020
self.interceptor = interceptor
2121
}

0 commit comments

Comments
 (0)