Remove unused property

This commit is contained in:
Justin Mazzocchi 2020-08-08 23:11:34 -07:00
parent 54f8c82fcd
commit c2e97de97b
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ class IdentitiesService {
@Published var mostRecentlyUsedIdentityID: UUID?
private let environment: AppEnvironment
private var cancellables = Set<AnyCancellable>()
init(environment: AppEnvironment) {
self.environment = environment