diff options
Diffstat (limited to 'Hotline/HotlineApp.swift')
| -rw-r--r-- | Hotline/HotlineApp.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/HotlineApp.swift b/Hotline/HotlineApp.swift index 67397a2..e6c3ddc 100644 --- a/Hotline/HotlineApp.swift +++ b/Hotline/HotlineApp.swift @@ -19,7 +19,7 @@ struct HotlineApp: App { @State private var appState = HotlineState() @State private var hotline = HotlineClient() - private var model = Hotline(trackerClient: HotlineTrackerClient()) + private var model = Hotline(trackerClient: HotlineTrackerClient(), client: HotlineNewClient()) var body: some Scene { |