Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit b0a4a93

Browse files
committed
fix: type error
1 parent e9311d6 commit b0a4a93

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/VRCKit/Models/UnityPackage/UnityPackageModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import MemberwiseInit
1111
@MemberwiseInit(.public)
1212
public struct UnityPackage: Sendable, Identifiable, Hashable {
1313
public let id: String
14-
@InitWrapper(type: SafeDecoding<URL>)
1514
@SafeDecoding public var assetUrl: URL?
1615
public let assetVersion: Int
1716
public let createdAt: OptionalISO8601Date

0 commit comments

Comments
 (0)