Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit f9b4d30

Browse files
committed
Make StatsFollower equatable
1 parent d95c88b commit f9b4d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WordPressKit/Models/Stats/Insights/StatsDotComFollowersInsight.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extension StatsDotComFollowersInsight: StatsInsightData {
2929
fileprivate static let dateFormatter = ISO8601DateFormatter()
3030
}
3131

32-
public struct StatsFollower: Codable {
32+
public struct StatsFollower: Codable, Equatable {
3333
public let id: String?
3434
public let name: String
3535
public let subscribedDate: Date

0 commit comments

Comments
 (0)