Skip to content

Commit 72e5e59

Browse files
committed
feat: make public date property of OptionalISO8601Date
1 parent e907b9e commit 72e5e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/VRCKit/Utils/OptionalISO8601Date.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
public struct OptionalISO8601Date: Sendable {
11-
private let date: Date?
11+
public let date: Date?
1212
private let formatter = DateFormatter.iso8601Full
1313
}
1414

0 commit comments

Comments
 (0)