Skip to content

Commit 7adf54f

Browse files
committed
Do not limit ot isJetpackConnected
1 parent 4f677a9 commit 7adf54f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Modules/Sources/Networking/Model/Site.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,7 @@ public enum SiteVisibility: Int, Codable, GeneratedFakeable {
334334
public extension Site {
335335

336336
private var jetpackCanonicalURL: String {
337-
guard isJetpackConnected,
338-
let originalURL = URL(string: url),
337+
guard let originalURL = URL(string: url),
339338
originalURL.scheme?.lowercased() == "http"
340339
else {
341340
return url

0 commit comments

Comments
 (0)