Skip to content

Commit

Permalink
Fix missing access control modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jul 12, 2024
1 parent a3000c4 commit d32ce39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CoreAPI/WordPressComRestApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ open class WordPressComRestApi: NSObject {
}
}

@objc func setInvalidTokenHandler(_ handler: @escaping () -> Void) {
@objc open func setInvalidTokenHandler(_ handler: @escaping () -> Void) {
invalidTokenHandler = handler
}

Expand Down

0 comments on commit d32ce39

Please sign in to comment.