Skip to content

Commit 9a4a74e

Browse files
committed
[Auth] Add conditonal Sendability conformance to ServerTimestamp
1 parent cb0bc77 commit 9a4a74e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firestore/Swift/Source/Codable/ServerTimestamp.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,5 @@ public struct ServerTimestamp<Value>: Codable
105105
extension ServerTimestamp: Equatable where Value: Equatable {}
106106

107107
extension ServerTimestamp: Hashable where Value: Hashable {}
108+
109+
extension ServerTimestamp: Sendable where Value: Sendable {}

0 commit comments

Comments
 (0)