Skip to content

Commit 403d2e6

Browse files
committed
Ignore periphery warning
1 parent e5e01d8 commit 403d2e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/Sources/Yosemite/Stores/JetpackConnectionStore.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ public final class JetpackConnectionStore: DeauthenticatedStore {
88
// Keep strong references to remotes to keep requests alive
99
private var jetpackConnectionRemote: JetpackConnectionRemote?
1010
private var accountRemote: AccountRemote?
11+
12+
/// periphery: ignore - kept with strong reference to keep network requests alive.
1113
private var siteRemote: SiteRemote?
1214

1315
public override init(dispatcher: Dispatcher) {

0 commit comments

Comments
 (0)