This commit is contained in:
Justin Mazzocchi 2020-08-09 01:14:13 -07:00
parent ebfc69e247
commit 3995726a45
No known key found for this signature in database
GPG key ID: E223E6937AAFB01C

View file

@ -10,7 +10,7 @@ struct AuthenticationService {
init(environment: AppEnvironment) {
self.environment = environment
self.networkClient = MastodonClient(configuration: environment.URLSessionConfiguration)
networkClient = MastodonClient(configuration: environment.URLSessionConfiguration)
}
}