Propagation of the correct version
- for the future changes, version is inherited
This commit is contained in:
parent
343d42cede
commit
4459ab5211
|
@ -152,7 +152,7 @@ extension AddressBookClient {
|
|||
|
||||
let abContacts = AddressBookContacts(
|
||||
lastUpdated: lastUpdated,
|
||||
version: AddressBookContacts.Constants.version,
|
||||
version: version,
|
||||
contacts: IdentifiedArrayOf(uniqueElements: contacts)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue