Skip to content

Commit 62017a5

Browse files
committed
feat: make FavoriteGroupParams initializer public
1 parent 366a7b1 commit 62017a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/VRCKit/Models/Favorite/FavoriteGroupModel.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ struct RequestToUpdateFavoriteGroup: Codable, Sendable {
2929
@Init(default: []) let tags: [String]
3030
}
3131

32+
@MemberwiseInit(.public)
3233
public struct FavoriteGroupParams: Sendable {
3334
let type: FavoriteType
3435
let name: String

0 commit comments

Comments
 (0)