We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c301c0 commit 0a58820Copy full SHA for 0a58820
GoInfoGame/GoInfoGame/data/DatasyncManager.swift
@@ -96,7 +96,7 @@ class DatasyncManager {
96
97
// 🔄 Fetch updated node from OSM
98
let updatedNode = try await fetchNode2(nodeId: "\(payload.id)")
99
- refreshOriginalNodeIfNewer(updatedNode)
+ // refreshOriginalNodeIfNewer(updatedNode)
100
101
print("✅ Sync finished for node: \(payload.id)")
102
} else {
@@ -122,7 +122,7 @@ class DatasyncManager {
122
}
123
124
let updatedWay = try await fetchway2(wayId: "\(payload.id)")
125
- refreshOriginalWayIfNewer(updatedWay)
+ //refreshOriginalWayIfNewer(updatedWay)
126
127
syncSuccess = false
128
return false
0 commit comments