We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b30e9 commit 3c313fdCopy full SHA for 3c313fd
1 file changed
Sources/GoodNetworking/Interception/Interceptor.swift
@@ -51,7 +51,7 @@ public final class CompositeInterceptor: Interceptor {
51
private let retriers: [Retrier]
52
53
public init(
54
- interceptors: [Interceptor],
+ interceptors: [Interceptor] = [],
55
adapters: [Adapter] = [],
56
retriers: [Retrier] = []
57
) {
0 commit comments