Skip to content

Commit 23460a8

Browse files
authored
[Infra] Database Xcode 26 beta warnings (#15101)
1 parent 0842f0a commit 23460a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseDatabase/Swift/Sources/Codable/DatabaseReference+WriteEncodable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public extension DatabaseReference {
3636
/// immediately.
3737
func setValue<T: Encodable>(from value: T,
3838
encoder: Database.Encoder = Database.Encoder(),
39-
completion: ((Error?) -> Void)? =
39+
completion: (@Sendable (Error?) -> Void)? =
4040
nil) throws {
4141
let encoded = try encoder.encode(value)
4242
if let completion {

0 commit comments

Comments
 (0)