diff --git a/AfrikaBurn/Sync/BurnDataSyncer.swift b/AfrikaBurn/Sync/BurnDataSyncer.swift index 1a21221..7e24f38 100644 --- a/AfrikaBurn/Sync/BurnDataSyncer.swift +++ b/AfrikaBurn/Sync/BurnDataSyncer.swift @@ -20,7 +20,7 @@ class BurnDataSyncer { private let serialQueue = DispatchQueue(label: "BurnDataSyncer.serialQueue") private struct Defaults { - static let hasImportedBundledDataKey = "za.co.afrikaburn.burndatasyncer.hasImportedBundledDataKey" + static let hasImportedBundledDataKey = "za.co.afrikaburn.burndatasyncer.hasImportedBundledDataKey.2" static var hasImportedBundledData: Bool { get { return UserDefaults.standard.bool(forKey: hasImportedBundledDataKey)