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 = [
|
request.propertiesToFetch = [
|
||||||
"uuid",
|
"uuid",
|
||||||
|
"lastUpdate",
|
||||||
"name",
|
"name",
|
||||||
"providerName"
|
"providerName"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue