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

Commit 3bef1cb

Browse files
committed
Make StatsLastPostInsight Equatable
1 parent 7a19262 commit 3bef1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/Insights/StatsLastPostInsight.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
public struct StatsLastPostInsight {
1+
public struct StatsLastPostInsight: Equatable {
22
public let title: String
33
public let url: URL
44
public let publishedDate: Date

0 commit comments

Comments
 (0)