Skip to content

Commit

Permalink
Promote function from internal to open
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Nov 29, 2023
1 parent e568eb7 commit afca454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AppState/Application/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ open class Application: NSObject, ObservableObject {
}

@objc
func didChangeExternally(notification: Notification) {
open func didChangeExternally(notification: Notification) {
Application.log(
debug: """
☁️ SyncState was changed externally {
Expand Down

0 comments on commit afca454

Please sign in to comment.