Skip to content

Commit

Permalink
Make EquatablePublished Codable
Browse files Browse the repository at this point in the history
... when its value is codale
  • Loading branch information
SplittyDev committed Feb 24, 2024
1 parent 543b2d8 commit 7b31715
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ public struct EquatablePublished<Value: Equatable> {
}
}
}

extension EquatablePublished: Codable where Value: Codable {}
#endif

0 comments on commit 7b31715

Please sign in to comment.