Update UpdateCoreData.swift

This commit is contained in:
Roger Pettett 2024-01-31 15:04:33 +00:00 committed by GitHub
parent 892763f81e
commit 2bb0a7342b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -877,7 +877,7 @@ func upsertExternalNotificationModuleConfigPacket(config: Meshtastic.ModuleConfi
print("💥 Error Updating Core Data ExternalNotificationConfigEntity: \(nsError)")
}
} else {
print("💥 No Nodes found in local database matching node number \(nodeNum) unable to save External Notifiation Module Config")
print("💥 No Nodes found in local database matching node number \(nodeNum) unable to save External Notification Module Config")
}
} catch {
let nsError = error as NSError