Remove unused property
This commit is contained in:
parent
54f8c82fcd
commit
c2e97de97b
|
@ -7,7 +7,6 @@ class IdentitiesService {
|
||||||
@Published var mostRecentlyUsedIdentityID: UUID?
|
@Published var mostRecentlyUsedIdentityID: UUID?
|
||||||
|
|
||||||
private let environment: AppEnvironment
|
private let environment: AppEnvironment
|
||||||
private var cancellables = Set<AnyCancellable>()
|
|
||||||
|
|
||||||
init(environment: AppEnvironment) {
|
init(environment: AppEnvironment) {
|
||||||
self.environment = environment
|
self.environment = environment
|
||||||
|
|
Loading…
Reference in New Issue