1
0
mirror of https://github.com/metabolist/metatext synced 2025-01-03 13:29:46 +01:00

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

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