Skip to content

Commit

Permalink
Merge pull request #91 from getditto/we/heartbeatUpdate
Browse files Browse the repository at this point in the history
Update access level of isEnabled
  • Loading branch information
texasRanger09 authored Mar 25, 2024
2 parents fd457b8 + e1f1005 commit 8b138ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DittoHeartbeat/HeartbeatVM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public typealias HeartbeatCallback = (DittoHeartbeatInfo) -> Void

@available(iOS 15, *)
public class HeartbeatVM: ObservableObject {
@Published var isEnabled = false
@Published public var isEnabled = false
private var hbConfig: DittoHeartbeatConfig?
private var hbInfo: DittoHeartbeatInfo?
private var hbCallback: HeartbeatCallback?
Expand Down

0 comments on commit 8b138ae

Please sign in to comment.