Deniz Cengiz 1 год назад
Родитель
Сommit
30c73c42ce
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Trio/Sources/Modules/Home/HomeStateModel+Setup/DeterminationSetup.swift

+ 1 - 1
Trio/Sources/Modules/Home/HomeStateModel+Setup/DeterminationSetup.swift

@@ -43,7 +43,7 @@ extension Home.StateModel {
             batchSize: 50,
             batchSize: 50,
             propertiesToFetch: ["cob", "iob", "deliverAt", "objectID"]
             propertiesToFetch: ["cob", "iob", "deliverAt", "objectID"]
         )
         )
-        
+
         return await determinationFetchContext.perform {
         return await determinationFetchContext.perform {
             guard let fetchedResults = results as? [[String: Any]] else {
             guard let fetchedResults = results as? [[String: Any]] else {
                 return []
                 return []