Skip to content

Commit 34f4275

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent 3b896bd commit 34f4275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Foundation
3030
/// session is being reloaded.
3131
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3232
actor LiveSessionService {
33-
public let responses: AsyncThrowingStream<LiveServerMessage, Error>
33+
let responses: AsyncThrowingStream<LiveServerMessage, Error>
3434
private let responseContinuation: AsyncThrowingStream<LiveServerMessage, Error>
3535
.Continuation
3636

0 commit comments

Comments
 (0)