Skip to content

Commit

Permalink
feat: adapt FavoriteGroup model to hashable
Browse files Browse the repository at this point in the history
  • Loading branch information
makinosp committed Aug 12, 2024
1 parent 004b43f commit 02458a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VRCKit/Models/FavoriteModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public struct FavoriteDetail: Identifiable {
}
}

public struct FavoriteGroup: Codable, Identifiable {
public struct FavoriteGroup: Codable, Identifiable, Hashable {
public let id: String
public let displayName: String
public let name: String
Expand Down

0 comments on commit 02458a6

Please sign in to comment.