Fix Core Data fault due to missing headers lastUpdate

This commit is contained in:
Davide De Rosa 2022-07-14 17:06:07 +02:00
parent 0a2d1e9d37
commit cbf00cef73
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ class ProfileRepository: Repository {
] ]
request.propertiesToFetch = [ request.propertiesToFetch = [
"uuid", "uuid",
"lastUpdate",
"name", "name",
"providerName" "providerName"
] ]