diff --git a/punchnet/Views/AppContext.swift b/punchnet/Views/AppContext.swift index 43eb74b..ed87a4b 100644 --- a/punchnet/Views/AppContext.swift +++ b/punchnet/Views/AppContext.swift @@ -24,6 +24,7 @@ class AppContext { case accountAndPasword(account: String, password: String, session: SDLAPIClient.NetworkSession) } + @ObservationIgnored var networkSession: SDLAPIClient.NetworkSession? { guard let loginCredit = self.loginCredit else { return nil