Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Oct 16, 2024
1 parent e217fe2 commit 4e57717
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct NotificationReaderKey<Value: Sendable>: PersistenceReaderKey {
}
}

var id: some Hashable { self.name }
var id: some Hashable & Sendable { self.name }

func load(initialValue: Value?) -> Value? { nil }

Expand Down

0 comments on commit 4e57717

Please sign in to comment.