From 3995726a4541d937fb572994158915ddd0d528ab Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Sun, 9 Aug 2020 01:14:13 -0700 Subject: [PATCH] Cleanup --- Shared/Services/AuthenticationService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Services/AuthenticationService.swift b/Shared/Services/AuthenticationService.swift index 98d15c3..e1dc2fe 100644 --- a/Shared/Services/AuthenticationService.swift +++ b/Shared/Services/AuthenticationService.swift @@ -10,7 +10,7 @@ struct AuthenticationService { init(environment: AppEnvironment) { self.environment = environment - self.networkClient = MastodonClient(configuration: environment.URLSessionConfiguration) + networkClient = MastodonClient(configuration: environment.URLSessionConfiguration) } }