From 08b2988b0300d0e988d51c949573e09b4c0738c3 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Tue, 24 Mar 2026 13:38:49 +0800 Subject: [PATCH] fix --- punchnet/Views/AppContext.swift | 1 + 1 file changed, 1 insertion(+) 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