Skip to content

Commit 082ccbd

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent 30d9896 commit 082ccbd

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
@@ -113,7 +113,7 @@ actor LiveSessionService {
113113
///
114114
/// Seperated into its own function to make it easier to surface a way to call it seperately when
115115
/// resuming the same session.
116-
public func connect() {
116+
func connect() {
117117
setupTask.cancel()
118118
setupTask = Task { [weak self] in
119119
try await withCheckedThrowingContinuation { setupContinuation in

0 commit comments

Comments
 (0)