From f17f31ba12007b25599a125a88a1ec46cb59341b Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 23 May 2017 13:31:56 -0700 Subject: [PATCH] Fix one of several build errors. --- Frameworks/LocalAccount/LocalAccountRefresher.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/LocalAccount/LocalAccountRefresher.swift b/Frameworks/LocalAccount/LocalAccountRefresher.swift index 53c068466..d984d2efd 100644 --- a/Frameworks/LocalAccount/LocalAccountRefresher.swift +++ b/Frameworks/LocalAccount/LocalAccountRefresher.swift @@ -76,7 +76,7 @@ final class LocalAccountRefresher: DownloadSessionDelegate { account.update(feed, parsedFeed: parsedFeed) { if let httpResponse = response as? HTTPURLResponse { - let conditionalGetInfo = HTTPConditionalGetInfo(URLResponse: httpResponse) + let conditionalGetInfo = HTTPConditionalGetInfo(urlResponse: httpResponse) if !conditionalGetInfo.isEmpty || feed.conditionalGetInfo != nil { feed.conditionalGetInfo = conditionalGetInfo }