Skip to content

Commit

Permalink
Fixed an issue where the Identifier type was not marked as public
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitribouniol committed Apr 12, 2024
1 parent 2d2c403 commit a851d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CodableDatastore/Datastore/DatastoreFormat.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ extension DatastoreFormat {
//}

extension DatastoreFormat where Instance: Identifiable, Instance.ID: Indexable & DiscreteIndexable {
typealias Identifier = Instance.ID
public typealias Identifier = Instance.ID
}

0 comments on commit a851d79

Please sign in to comment.