mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-25 09:41:00 +00:00
Cleanup
This commit is contained in:
parent
ebfc69e247
commit
3995726a45
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ struct AuthenticationService {
|
|||
|
||||
init(environment: AppEnvironment) {
|
||||
self.environment = environment
|
||||
self.networkClient = MastodonClient(configuration: environment.URLSessionConfiguration)
|
||||
networkClient = MastodonClient(configuration: environment.URLSessionConfiguration)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue