Skip to content

Commit eabad8f

Browse files
committed
feat: optionalize favorites of WorldModel
1 parent 968a286 commit eabad8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/VRCKit/Models/WorldModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public struct World: Codable, Identifiable, Hashable {
2222
public let namespace: String?
2323
public let organization: String
2424
public let previewYoutubeId: String?
25-
public let favorites: Int
25+
public let favorites: Int?
2626
public let createdAt: Date
2727
public let updatedAt: Date
2828
public let publicationDate: OptionalISO8601Date

0 commit comments

Comments
 (0)