From 18c4b8643df09be4ce52a4b110ea21ac1ad053fc Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Mon, 11 Dec 2023 23:32:28 -0800 Subject: Move to new Hotline model for data observation and let client exist standalone. --- Hotline/HotlineApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hotline/HotlineApp.swift') 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 { -- cgit