mirror of
https://github.com/metabolist/metatext.git
synced 2025-06-07 08:38:49 +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) {
|
init(environment: AppEnvironment) {
|
||||||
self.environment = environment
|
self.environment = environment
|
||||||
self.networkClient = MastodonClient(configuration: environment.URLSessionConfiguration)
|
networkClient = MastodonClient(configuration: environment.URLSessionConfiguration)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue