Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 2c6c22e

Browse files
committed
Set token as private var
1 parent 94cef59 commit 2c6c22e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ProductHunt/PHManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class PHManager: NSObject, SFSafariViewControllerDelegate {
1616
public var presentingViewController: UIViewController?
1717

1818
private var session = URLSession.shared
19-
public var token: String?
19+
private var token: String?
2020
private var post: PHPost?
2121

2222
private override init() {

0 commit comments

Comments
 (0)