diff --git a/Frameworks/Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift b/Frameworks/Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift index 12f43b2f4..7acb7ee00 100644 --- a/Frameworks/Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift +++ b/Frameworks/Account/Feedbin/FeedbinGetSubscriptionsDelegate.swift @@ -12,12 +12,7 @@ import RSParser struct FeedbinGetSubscriptionsDelegate: APICallDelegate { - private let provider: Feedbin - - init(provider: Feedbin) { - - self.provider = provider - } + let provider: Feedbin func apiCallURLRequest(_ call: APICall) -> URLRequest? {