Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
add new bundled data to be imported
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgalasko committed Apr 15, 2018
1 parent def6cf9 commit ed8ed25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AfrikaBurn/Sync/BurnDataSyncer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ed8ed25

Please sign in to comment.