Fix Core Data fault due to missing headers lastUpdate
This commit is contained in:
parent
0a2d1e9d37
commit
cbf00cef73
|
@ -43,6 +43,7 @@ class ProfileRepository: Repository {
|
|||
]
|
||||
request.propertiesToFetch = [
|
||||
"uuid",
|
||||
"lastUpdate",
|
||||
"name",
|
||||
"providerName"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue