We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12abf62 commit 056f876Copy full SHA for 056f876
Sources/VRCKit/PreviewServices/UserPreviewService.swift
@@ -9,4 +9,8 @@ public final class UserPreviewService: UserService {
9
override public func fetchUser(userId: String) async throws -> UserDetail {
10
PreviewDataProvider.shared.userDetails.first { $0.id == userId }!
11
}
12
+
13
+ override public func updateUser(id: String, editedInfo: EditableUserInfo) async throws -> User {
14
+ PreviewDataProvider.shared.previewUser
15
+ }
16
0 commit comments