Add help URL constant to WriteFreelyModel

This commit is contained in:
Angelo Stavrow 2020-09-16 11:34:11 -04:00
parent 7fd7b43755
commit 0cbac1bdb5
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -15,6 +15,8 @@ class WriteFreelyModel: ObservableObject {
@Published var isPresentingSettingsView: Bool = false
#endif
let helpURL = URL(string: "https://discuss.write.as/c/help/5")!
private var client: WFClient?
private let defaults = UserDefaults.standard