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) } }