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

Commit d2d1125

Browse files
committed
Declare as [String] instead of NSArray
1 parent 4bee659 commit d2d1125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/RemoteSourcePostAttribution.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ import Foundation
1212
public var postID: NSNumber?
1313
public var likeCount: NSNumber?
1414
public var commentCount: NSNumber?
15-
public var taxonomies: NSArray?
15+
public var taxonomies: [String]?
1616

1717
}

0 commit comments

Comments
 (0)