Skip to content

Commit

Permalink
remove internal modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
5d committed Aug 23, 2024
1 parent aecb88c commit ce52581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ extension AppSyncRealTimeClient {
}
}

internal func monitorHeartBeats(_ connectionAck: JSONValue?) {
func monitorHeartBeats(_ connectionAck: JSONValue?) {
let timeoutMs = connectionAck?.connectionTimeoutMs?.intValue ?? 0
log.debug("[AppSyncRealTimeClient] Starting heart beat monitor with interval \(timeoutMs) ms")
let cancellable = heartBeats.eraseToAnyPublisher()
Expand Down

0 comments on commit ce52581

Please sign in to comment.