From 2ab147a228f1fbdd3c4c44c390dc44b353801055 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 5 Sep 2023 17:08:15 -0700 Subject: [PATCH] Remove unnessary forced update. --- Meshtastic/Persistence/UpdateCoreData.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Meshtastic/Persistence/UpdateCoreData.swift b/Meshtastic/Persistence/UpdateCoreData.swift index 1baa6ebc..17310c61 100644 --- a/Meshtastic/Persistence/UpdateCoreData.swift +++ b/Meshtastic/Persistence/UpdateCoreData.swift @@ -476,7 +476,6 @@ func upsertLoRaConfigPacket(config: Meshtastic.Config.LoRaConfig, nodeNum: Int64 } do { try context.save() - context.refresh(fetchedNode[0], mergeChanges: true) print("💾 Updated LoRa Config for node number: \(String(nodeNum))") } catch { context.rollback()