We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbed45 commit 4bc7167Copy full SHA for 4bc7167
1 file changed
Sources/TaskKit/Persistence/RewardStore.swift
@@ -13,7 +13,7 @@ public final class RewardStore {
13
private init() { load() }
14
15
private let key = "reward_store"
16
- private(set) var unlocked: Set<String> = []
+ public private(set) var unlocked: Set<String> = []
17
18
public func markUnlocked(_ id: String) {
19
if unlocked.insert(id).inserted {
0 commit comments